Subject Details
Dept     : MECH
Sem      : 2
Regul    : 2019
Faculty : Mr. Prakash.E. P
phone  : NIL
E-mail  : prakash.ep@gmail.com
1.12K
Page views
62
Files
10
Videos
1
R.Links

Icon
Lecture Notes

UNIT 1:
word
download   open file
An Overview of OOP
word
download   open file
The Java Environment
word
download   open file
Java Source File–Compilation
word
download   open file
Data types, Variables
word
download   open file
Arrays
word
download   open file
operators
word
download   open file
control statements-Decision making
word
download   open file
control statements-Looping statements
word
download   open file
Fundamental Programming Structures in Java
UNIT 2:
word
download   open file
Defining classes in Java
word
download   open file
methods, constructors,Access Control
word
download   open file
static members –Commend-Line Arguments
word
download   open file
Overloading Methods and Constructors
word
download   open file
Inheritance
word
download   open file
Super classes- sub classes –Protected members
word
download   open file
Constructors in sub classes-the Object class
word
download   open file
method overriding - abstract classes and methods
word
download   open file
final methods and classes
UNIT 3:
word
download   open file
Interfaces – defining an interface
word
download   open file
implementing interface
word
download   open file
differences between classes and interfaces and extending interfaces
word
download   open file
Example programs
word
download   open file
String handling
word
download   open file
String handling
word
download   open file
Exception handling
word
download   open file
Exception handling
word
download   open file
Package
UNIT 4:
word
download   open file
Abstract Data Types (ADTs) – List ADT
word
download   open file
Array-based implementation
word
download   open file
Linked list implementation -Singly linked lists
word
download   open file
Example program
word
download   open file
Doubly linked lists
word
download   open file
Example program
word
download   open file
Circularly linked lists
word
download   open file
Example program
word
download   open file
Applications of lists –Polynomial Manipulation
UNIT 5:
word
download   open file
Stack ADT – Evaluating arithmetic expressions
word
download   open file
other applications-Examples
word
download   open file
Queue ADT – circular queue implementation
word
download   open file
Example program
word
download   open file
Double ended Queues
word
download   open file
Example program
word
download   open file
applications of queues
word
download   open file
Example program
word
download   open file
Example program