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

Java with oops syllabus

Uploaded by

Ankit Kumar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
9 views1 page

Java with oops syllabus

Uploaded by

Ankit Kumar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 1

Syllabus- Java with OOPS

Unit Topics

Introduction: Basic Object-Oriented Concepts, UML Diagram, Class Diagram, Interaction


Diagram, Activity Diagram, State Chart Diagram.
Java programming Environment and Runtime Environment, Development Platforms -
Standard, Enterprise. Java Virtual Machine (JVM), Java compiler, Bytecode, Java applet, Java
Buzzwords, Java program structure, Comments, Garbage Collection, Lexical Issues.
Java Fundamental : Primitive Data types - Integers, Floating Point Types, Characters,
Boolean. Literals, Type
Unit 1 Conversion and Casting, Variables, Arrays, Strings, Vector class.

Operators - Arithmetic Operators, Bitwise Operators, Relational Operators, Boolean Logical


Operators, Assignment Operator, Conditional (Ternary) Operator, Operator Precedence.
Control Statements - Selection Statements, Iteration Statements and Jump Statements.
Object Oriented Programming in Java - Class Fundamentals, Declaring Objects, Object
Reference, Introduction to Methods, Constructors, this Keyword, Method Overloading, Using
Objects as Parameters, Returning Objects, Recursion, Access Control, Static Members, Final
Unit 2 Variables, Inner Classes, Command Line Arguments, Variable Length Arguments.

Inheritance - Super Class, Sub Class, The Keyword super, protected Members, Calling Order
of Constructors, Method Overriding, the Object class, Abstract Classes and Methods, using
final with Inheritance.
Packages and Interfaces - Defining Package, CLASSPATH, Access Protection, Importing
Packages, Interfaces.
Exception Handling - Checked Exceptions, Unchecked Exceptions, try Block and catch Clause,
Unit 3 Multiple catch Clauses, Nested try Statements, throw, throws and finally.

Input/Output - I/O Basics, Reading Console Input, Writing Console Output, PrintWriter Class,
Object Streams and Serialization, Working with Files.

Java Library - String Handling – String Constructors, String Length, Special String Operations -
Character Extraction, String Comparison, Searching Strings, Modifying Strings, using
valueOf(), Comparison of StringBuffer and String.

Collections framework - Collections overview, Collections Interfaces- Collection Interface, List


Interface.
Collections Class – ArrayList class. Accessing a Collection via an Iterator.
Multithreaded Programming - The Java Thread Model, The Main Thread, Creating Thread,
Unit 4 Creating Multiple Threads, Synchronization, Suspending, Resuming and Stopping Threads.

JDBC Introduction, JDBC Driver, DB Connectivity Steps, DriverManager,


ConnectionStatement, ResultSet, PreparedStatement, ResultSetMetaData, Creating and
Unit 5 Executing Queries – Create Table, Delete, Insert, Update, Select.

You might also like