Java tutorial - illyfrancis/scribble GitHub Wiki
Stuff I forgotten
ListIterator<E>
Weak reference, WeakHashMap etc
-
- WeakReference
- WeakHashMap
- ReferenceQueue
-
Types of references
- Strong (regular)
- Soft
- Weak
- Phantom
Dynamic Proxies
NIO
- Five ways to max NIO and NIO2
- File change notification (Watch Service API)
- Selectors and asynchronous I/O
- Channels
- Memory mapping
- Character encoding and searching
- Oracle tutorial
Concurrent maps
- Usage of
ConcurrentHashMapwithin Spring service class SO