Hacker News new | ask | show | jobs
by Yoric 272 days ago
If you're speaking of `main()`, that's not true in Java: you can have many entry points and decide upon launch which one you're using.

If you're speaking of `__main()`-style entry point, though, you're right, and Java makes it... complicated.

1 comments

Yes I meant the latter