Basic Syntax
Understanding the basics is the key to a solid foundation. In this section, learn the basic terminologies, naming conventions, reserved words, conditions, functions, data structures, OOP, packages, etc.
- To print output use —> System.out.println();
- To take input from user —> Scanner or BufferedReader class can be used
Visit the following resources to learn more: