Download presentation
Presentation is loading. Please wait.
Published byVirgil Booker Modified over 9 years ago
1
Core Java: Essential Features 08/05/2015 Kien Tran
2
Outline Defining classes Data structure Comparator and comparable Generics Error handling Multi-threading
3
Defining classes Encapsulation Inheritance Polymorphism Overloading Overriding Static methods and static variables References and class parameters Using and misusing references
4
Data structure Array Collection – List – Set Map
5
Comparator and comparable Comparator Comparable
6
Generics Generic classes & generic methods Wildcards Bounded wildcard
7
Error handling Compiler and runtime error Stack trace Exception handling – Try/catch clause – Throws clause – Finally clause
8
Multi-threading Thread & Runnable Sleeping Wait & notify
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.