Skip to main content
Stack Overflow
  1. About
  2. For Teams

Return to Answer

Commonmark migration
Source Link

change your class name from apples to Apples (naming convention for java class names): http://en.wikipedia.org/wiki/Naming_convention_%28programming%29#Java

also recommend you to change the file name accordingly...

then recompile and run it

javac Apples.java

java Apples

cheers

change your class name from apples to Apples (naming convention for java class names): http://en.wikipedia.org/wiki/Naming_convention_%28programming%29#Java

also recommend you to change the file name accordingly...

then recompile and run it

javac Apples.java

java Apples

cheers

change your class name from apples to Apples (naming convention for java class names): http://en.wikipedia.org/wiki/Naming_convention_%28programming%29#Java

also recommend you to change the file name accordingly...

then recompile and run it

javac Apples.java

java Apples

cheers

added 45 characters in body
Source Link
Naytzyrhc
  • 2.3k
  • 27
  • 40

change your class name from apples to Apples (naming convention for java class names): http://en.wikipedia.org/wiki/Naming_convention_%28programming%29#Java

also recommend you to change the file name accordingly...

then recompile and run it

javac Apples.java

java Apples

cheers

change your class name from apples to Apples (naming convention for java class names): http://en.wikipedia.org/wiki/Naming_convention_%28programming%29#Java

also recommend you to change the file name accordingly...

then recompile and run it

cheers

change your class name from apples to Apples (naming convention for java class names): http://en.wikipedia.org/wiki/Naming_convention_%28programming%29#Java

also recommend you to change the file name accordingly...

then recompile and run it

javac Apples.java

java Apples

cheers

Source Link
Naytzyrhc
  • 2.3k
  • 27
  • 40

change your class name from apples to Apples (naming convention for java class names): http://en.wikipedia.org/wiki/Naming_convention_%28programming%29#Java

also recommend you to change the file name accordingly...

then recompile and run it

cheers

lang-java

AltStyle によって変換されたページ (->オリジナル) /