Let's begin our coding journey by printing "Hello World!" on the console.
The language used is Java.
Text Editor: Sublime Text 3
Use 720p resolution for best results!
Link of Code: https://drive.google.com/file/d/1n6qD...
Key points:
1) Class (Acts like a container that stores data members and methods)
2) Main Method (Entry point to start the execution of any java program)
3) Print Statement (We used it to print a string i.e. "Hello World!")