|
|
|
|
|
by abhisuri97
1678 days ago
|
|
Fully agree with this. The fact that the "hello world" program involves the use of several keywords (public static void main String[] args System.out.println) that students will have no idea about until 1-2 months later is not ideal. Compare that to python "print('hello world')" is very intuitive. |
|
They are parts of syntax, and any language will have some syntax to learn, and there are always syntactic quirks.
Granted, Python has lighter syntax than Java, but I don't think Java is too verbose for beginner's purposes.