CORE JAVA
The following topics will be covered in our CORE JAVA Online Training:
Copyright @ 2015 Learntek. All Rights Reserved.
2
Introduction • Why Java • Java features • Java programming format • Java Statements
• Java Data Types • Typecasting • Arrays
Copyright @ 2015 Learntek. All Rights Reserved.
3
Object Class Methods • • • • • •
toString() getClass() hashCode() equals() finalize() wait()
Copyright @ 2015 Learntek. All Rights Reserved.
• • • •
notify() notifyAll() clone() Introduction to all predefined packages • User Defined Packages • Access Specifies
4
Multithreading • Introduction • Thread Creations
• Thread Life Cycle • Life Cycle Methods • Synchronization
• Join () • Deadlocks • Daemon Threads • Wait() notify() notify all() methods Copyright @ 2015 Learntek. All Rights Reserved.
5
Collection Frame Work • Introduction
• Util Package interfaces, List, Set, Map • ArrayList, LinkedList, Vector • HashSet, SortedSet, TreeSet • Map interface & its classes • HashMap, Linked HashMap, • TreeMap, HashTable, Properties Copyright @ 2015 Learntek. All Rights Reserved.
6
OOPS • • • • • • • •
Introduction Class Object Static Keywords Constructors This Key Word Inheritance Super Key Word
Copyright @ 2015 Learntek. All Rights Reserved.
• Polymorphism (Over Loading & Over Riding) • Abstraction • Encapsulation • Abstract Classes • Interfaces
7
Packages OOPS • String • String Buffer
• String Builder • String Tokenize
Copyright @ 2015 Learntek. All Rights Reserved.
8
Exception Handling • Introduction • Pre Defined Exceptions
• Try-Catch-Finally • Throws, throw • User Defined Exception examples
Copyright @ 2015 Learntek. All Rights Reserved.
9
I/O Streams • Introduction • Character – oriented streams • File • FileReader
• FileWriter • BufferedReader
• BufferedWriter • Serialization Copyright @ 2015 Learntek. All Rights Reserved.
10
Copyright @ 2015 Learntek. All Rights Reserved.
11