public class Open{
public static void main (String args[]) {
System.out.println("Hello!");
}
}
What does it print?
Who of these names would be the best name of a Java Class (according to the languages conventions) :
What does the world static mean in a Java method ?
The type string in java is:
the difference of the
do{
.................
} while (condition != condition2);
and
while (condition != condition2){
.............
}
is :