In http://docs.oracle.com/javase/tutorial/getStarted/intro/definition.html
An image has a typo:
class HelloWorldApp {
public static void main(string [] args) {
System.out.println("Hello World!");
}
}
string should be capitalized.
"Stright quotes" should be used instead of curly quotes.
An image has a typo:
class HelloWorldApp {
public static void main(string [] args) {
System.out.println("Hello World!");
}
}
string should be capitalized.
"Stright quotes" should be used instead of curly quotes.