3

I have coded in Java from like two years but just now out of nowhere a thought came to my mind.

Why do we need to use "java SomeClass" to run code of SomeClass and why not "java SomeClass.class" ? What difference does it make? 🤔

Comments
Add Comment