- original code
package hello; public class hello { public static void main(string[] args) { System.out.println("Hello, world!"); } }
- reason
in word "string", the first letter should be capitalization.
so, the capitalization is very important in Java.