Java Training
Java Training
- Collections
- Arrays
- Vector and ArrayList
- Collections (...contd.)
- Hashtable, Hashmap
DAY 8 - ConcurrentHashMap
- TreeMap
- LinkedHashMap
- Collections (...contd.)
- Sets
DAY 9 - LinkedList
- Queues
DAY 10 Revision
- Annotations
DAY 11 - Create your own annotations
- Documentation
- How to write java doc comments
- Multithreading (using traditional approach)
- Thread/Runnable
DAY 23 - Thread states
- Thread/Object class APIs
- Synchronized
- Multithreading (using executor service)
- ThreadPools
DAY 24 - Future
- Callable
DAY 25 Revision
- Best coding practices
DAY 26 - Common mistakes to avoid while coding