User Profile
Collapse
-
Netbeans Applets, changes not being shown in html?
I have a small applet using Netbeans and It is working fine but if I want to add any thing to the corresponding html document It is not shown. Could you help please? -
Stuck with consuming web service from client
Dear Experts
my problem is when I create client to consume the web service always I stuck with initComponent() an I cannot edit,delete and run it.
Help me please -
End of File Indicator
Hello everybody
I want the end of file indicator in Java
I used the ctrl +Z but it seems not working ?!!
this is the code:
while (input.hasNext( ))
{
grade=input.nex tInt();
total=total+gra de;
gradeCounter=gr adeCounter+1;
incrementLetter GradeCounter(gr ade);
} -
THANK YOU VERY MUCH IT WORKED >>>>
Best Regards
FEDA... -
[code=java]
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package javaapplication 8;
/**
*
* @author PAAET
*/
import java.io.*;
public class Main
{
public static void main(String [] args) throws IOExeption
{
String name;
System.out.prin t("What is...Leave a comment:
-
package javaapplication 8;
/**
*
* @author PAAET
*/
import java.io.*;
public class Main
{
public static void main(String [] args) throws IOExeption
{
String name;
System.out.prin t("What is your name? ");
BufferedReader reader=new BufferedReader (new InputStreamRead er(System.in));
name =reader.readLin e();
System.out.prin tln(name...Leave a comment:
-
I changed my code as follows:
[code=java]
import java.lang.*;
import java.io.*;
public class Main
{
public static void main(String [] args)
{
String name;
System.out.prin t("What is your name? ");
BufferedReader reader=new BufferedReader (new InputStreamRead er(System.in));
name =reader.readLin e();
System.out.prin tln(name +...Leave a comment:
-
Thankyou very much for ur answer which one error has solved but what is the solution to the second error?? is there another static method ?...Leave a comment:
-
I ran the program ad I got the following error:
init:
deps-jar:
Compiling 1 source file to C:\Documents and Settings\PAAET User\My Documents\NetBe ansProjects\Jav aApplication8\b uild\classes
C:\Documents and Settings\PAAET User\My Documents\NetBe ansProjects\Jav aApplication8\s rc\javaapplicat ion8\Main.java: 13: class Hello is public, should be declared in a file named Hello.java
public class Hello
C:\Documents...Leave a comment:
-
Thanks but how can I do it I just press the green triangle....Leave a comment:
-
Simple Java Program but not running??
Hi everybody,
I am new to java I installed netbeans 6.0.1
I tried running the following simple program but it didnor work???
import java.util.*;
public class Hello
{
public static void main(String [] args)
{
Scanner reader = new Scanner(System. in);
String name;
System.out.prin t("What is your name? ");
name = reader.readLine ();...
No activity results to display
Show More
Leave a comment: