0% found this document useful (0 votes)
3 views3 pages

Syllabus OOP Using Java

The document outlines a course on Object Oriented Programming using Java, detailing the teaching and examination scheme, prerequisites, objectives, and outcomes. It includes a structured curriculum divided into units covering Java fundamentals, classes and objects, inheritance, exception handling, multithreading, and GUI programming. The course is designed to equip students with practical skills in Java programming and application development.

Uploaded by

Kaminee Patil
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)
3 views3 pages

Syllabus OOP Using Java

The document outlines a course on Object Oriented Programming using Java, detailing the teaching and examination scheme, prerequisites, objectives, and outcomes. It includes a structured curriculum divided into units covering Java fundamentals, classes and objects, inheritance, exception handling, multithreading, and GUI programming. The course is designed to equip students with practical skills in Java programming and application development.

Uploaded by

Kaminee Patil
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/ 3

Object Oriented Programming using Java

(RCP23FCES201)
Teaching Scheme Examination Scheme
Lectures : 02 Hrs./week Term Test : 20 Marks
Practical : - - - - Teacher Assessment : 20 Marks
Tutorial : - - - - End Sem Exam : 60 Marks
Credit : 02 Total Marks : 100 Marks

Pre-requisite

1. Basics of Programming

Course Objectives

1. To make students familiar with basic and Object-Oriented features of Java.

2. To expose students to analyze a problem statement, develop suitable logic and implement it in
Java.

3. To enable students to design and develop GUI applications.

Course Outcomes

COs Course Outcomes Blooms Blooms


Level Description

CO1 Develop programs by applying Object-Oriented concepts of JAVA L3 Apply


to solve real-world problems.

CO2 Achieve Robustness and Concurrency while developing programs L3 Apply


(Exception Handling and Multithreding).

CO3 Design Graphical User Interface using swing. L3 Apply

67
Course Contents

Unit-I Introduction to Java as Object Oriented Programming


Language 04 Hrs.
Fundamentals of Java Programming: Overview of procedure and object-oriented programming, Fea-
tures of Java, Java Virtual Machine.
Principles of OOP: Object, Class, Encapsulation, Abstraction, Inheritance, Polymorphism.
Basic Constructs: Constants, variables and data types, Wrapper classes, Operators and Expressions.
Input & Output in Java: command line arguments, BufferedReader class and Scanner class.

Unit-II Branching and Looping 04 Hrs.


Branching and looping: if, if-else, nested if-else, if-else-if ladder, switch-case, break, continue, for loop,
while loop, and do-while loop.
Arrays, Strings and Collection Types
Arrays, Strings (String and StringBuffer classes)
Collections: ArrayList, Vectors

Unit-III Classes and Objects 06 Hrs.


Access specifiers, static and non-static members, Passing and returning variables and references,
Method Overloading, Recursion, Array of Objects.
Constructors
Constructors: Default, Parameterized Constructors, copy constructor and Constructor overloading.

Unit-IV Inheritance, Interfaces and packages 06 Hrs.


Inheritance and its types, Role of Constructors in inheritance, Method Overriding, super keyword, ab-
stract class and abstract method, final keyword, Static and dynamic binding in Java, finalize method.
Interfaces: Implementing multiple inheritance and extending interfaces.
Packages: explore predefined packages, creating user defined packages and importing the same.

Unit-V Exception Handling and Multithreading (Robustness and


Concurrency) 04 Hrs.
Error vs Exception, try, catch, finally, throw, throws, creating custom exceptions.
Multithreading: Need of Multithreading, Thread lifecycle, methods of Thread class, creating threads
using Runnable interface and Thread class, Thread synchronization.

Unit-VI GUI programming in JAVA 02 Hrs.


SWING Programming: Swing Components and Containers, Swing Packages, A Simple Swing Appli-

68
cation, Designing Swing GUI Application and Event handling.

Text Books

1. Herbert Schildt, “Java-The Complete Reference”, 11th Edition, Tata McGraw Hill Publication,
2018.

2. E. Balguruswamy, “Programming with Java: A Primer”, 5th edition, Tata McGraw Hill Publi-
cation, 2017.

3. Sachin Malhotra and Saurabh Chaudhary, “Programming in Java”, Oxford University Press,
2010.

Reference Books

1. D. T. Editorial Services, “Java 8 Programming Black Book”, Dreamtech Press, 2015.

2. H. M. Deitel, P. J. Deitel, S. E. Santry, “Advanced Java 2 Platform How to Program”, 11th


Edition, Prentice Hall, 2017.

3. ScriptDemics, “Learn to Master JAVA”, from Star EDU solutions, 2017.

4. Ivor Horton, “Beginning JAVA”, Wiley India.

Digital Material

1. www.nptelvideos.in

2. www.w3schools.com

3. http://spoken-tutorial.org

4. www.staredusolutions.org

69

You might also like