Back to Developer Roadmap

Basic Syntax

src/data/roadmaps/java/content/[email protected]

4.0632 B
Original Source

Basic Syntax

Understanding the basics is the key to a solid foundation. In this section, learn the basic terminologies, naming conventions, reserved keywords, expressions, statements, 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: