0% found this document useful (0 votes)
3 views1 page

Java Syllabus

The Java syllabus covers fundamental concepts such as programming basics, Java architecture (JVM, JRE, JDK), control flow statements, methods, arrays, and string manipulation. It also introduces Object-Oriented Programming principles including classes, objects, inheritance, and polymorphism. Practical tasks include developing a Railway Booking System and a Bill Counter, along with weekly quizzes and daily coding practice on platforms like Hackerrank and Codechef.

Uploaded by

dhivyapriya.it23
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Java Syllabus

The Java syllabus covers fundamental concepts such as programming basics, Java architecture (JVM, JRE, JDK), control flow statements, methods, arrays, and string manipulation. It also introduces Object-Oriented Programming principles including classes, objects, inheritance, and polymorphism. Practical tasks include developing a Railway Booking System and a Bill Counter, along with weekly quizzes and daily coding practice on platforms like Hackerrank and Codechef.

Uploaded by

dhivyapriya.it23
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

JAVA SYLLABUS

[Link] Knowledge
 What is programming
 What is compiler and Interpreter
 Why Java
 JVM,JRE,JDK
 How code runs
 Hello world program
[Link] Basics
 Variables
 Data types
 Naming rules
 Operators
 Problems
[Link] Class
 Scanner class

[Link] Control Flow


 Conditional Statement: if,if else,if else if if,switch
 Looping Statement: for,while,do-while
 Jump Statement : break,continue
[Link] Methods
 What are methods
 Method Parameters
[Link]
 Define, How to acces
 1D array
 Loop with array

[Link] Basics
 Built in String methods
[Link] to OOPS
 Class & Objects
 Abstraction
 Inheritance
 Polymorphism
 Encapsulation
------------------------------------------------------------------------------------------------------------
------
Main Task: Railway Booking System,Bill Counter
Weekly Task: Quiz Contest
Daily Task : Practice the code in Hackerrank/Geeks For Geeks/Codechef

You might also like