Remix.run Logo
Yoric a day 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.

raverbashing a day ago | parent [-]

Yes I meant the latter