Java Revision Guide
Java Revision Guide
3. Control Flow
- Conditional Statements (if-else, switch)
- Looping Constructs (for, while, do-while, enhanced for loop)
- Break and Continue
5. Exception Handling
- Checked vs. Unchecked, try-catch-finally, throw/throws
- Custom Exceptions
6. Collections Framework
- Interfaces: List, Set, Map, Queue
- List: ArrayList, LinkedList
- Set: HashSet, LinkedHashSet, TreeSet
- Map: HashMap, TreeMap, LinkedHashMap
- Queue: PriorityQueue, LinkedList (Queue)
- Iterators, Comparable vs Comparator
7. Generics
- Introduction, Type Safety, Reusability
- Generic Classes & Methods, Wildcards
9. Java 8 Features
Java Complete Revision Guide