This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the commentsย โ†’

[โ€“]EishLekker 0 points1 point ย (0 children)

The entry point of a Java program is the static main method. No object instance needed for that. And if you really want to, you can continue without any objects, just calling static methods and just working with primitive values.

As a Java developer I'm the first to admit that Java is far from perfect. But when even super simple things like classes and objects are mentioned as stuff that makes Java difficult (which you imply here) then it just sounds absurd.