Java Exam Syllabus
• Java Introduction
• JDK & JVM
• JRE
• Java Bytecode
• Java main method with print text
• Java Variables
• Local variable
• Static variable
• Instance Variable
• Data types in java
• Java type casting
• Operators
• String functions
• Math
• Boolean
• If else
• Switch case
• While loop
• For loop
• Foreach loop
• Break / continue
• Array
• Loop with array
• Multidimensional array
• Class
• Object
• Method
• Method with parameter
• Method returning value