Core Java Syllabus

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Core Java Syllabus

Introduction
 History of Java
 JDK, JRE, and JVM
 main() Method in java
 Compile and run Java programs
 Comments in Java
 Variables
 Data types
 Keywords
 TypeCasting
 Input / Output In Java
 Operators in Java
 Control Statements in Java
 Methods
 Memory Allocation
 Arrays
 Strings

Object Oriented Programming in Java


 Package
 Access Modifiers
 Class
 Object
 Constructor
 Inheritance
 Polymorphism
 Encapsulation
 Abstraction

More Topics
 Exception Handling in java
 Collections in Java
 Multithreading in java

You might also like