JAVA SYLLABUS
OBJECT ORIENTED PROGRAMMING USING JAVA UNIT-1 FUNDAMENTALS OF OBJECT – ORIENTED PROGRAMMING : Introduction, Object Oriented paradigm, Basic Concepts of OOP, Benefits of OOP, Applications of OOP , Java features: OVERVIEW OF JAVA LANGUAGE : Introduction, Simple Java program structure, Java tokens, Java Statements, Implementing a Java Program, Java Virtual Machine, Command line arguments. CONSTANTS, VARIABLES & DATA TYPES: Introduction, Constants, Variables, Data Types, Declaration of Variables, Giving Value to Variables, Scope of variables, Symbolic Constants, Type casting, Getting Value of Variables, Standard Default values; OPERATORS & EXPRESSIONS . UNIT-II DECISION MAKING & BRANCHING: Introduction, Decision making with if statement, Simple if statement, if. Else statement, Nesting of if. else statements, the else if ladder, the switch statement, the conditional operator. LOOPING : Introduction, The While statement, the do-while st