Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

8050673080

KEERTHANA TECHNOLOGIES

Syllabus
Part 2
1.
2.
3.
4.
5.
6.
7.
8.
9.

Singleton Design pattern


Doubleton Design pattern
Immutable class
Inner classes
Command Line arguments
Enhanced for loop
Scanner class
Exception Handling
Assertions

10. Wrapper classes


a. Auto Boxing
b. Unboxing
c. Var args
d. Combination of widening, Boxing, var
args.
11. Threads
I.
Threads Basics
II.
Synchronization
III.
Deadlock
IV.
Thread Group
V.
Thread Local
VI.
Thread Life cycle
12. Object class
I.
toString()
II.
hashCode()
III.
equals()
IV.
clone
13. Reflection API
14. Strings
I.
II.
III.
IV.
V.
VI.
VII.

Strings Basics
String Methods
StringBuffer
StringBuilder
Patterns & Matchers
Formatters
Date & Calendar

15. Arrays
I.
II.
III.
IV.
V.
VI.

One Dimensional Array


Multi Dimensional Array
Java.util.Arrays
Array Methods
Comparable
Comparator

16. Collection API


I.
Types of collections
II.
List
III.
Set
IV.
Map
V.
Vector
VI.
Collection class
VII.
Treeset
VIII.
Queue Stream
IX.
PriorityQueue
X.
Map Stream
17. File Handling
I.
File
II.
Reader & Writer
III.
Serialization
IV.
Externalization
V.
java.io.console

You might also like