- Reading from database using SQL prepared statement
- requestLocationUpdates (LocationManager)
- getResourceAsStream (ClassLoader)
- getExternalFilesDir (Context)
- Socket (java.net)
Provides a client-side TCP socket.
- Enumeration (java.util)
A legacy iteration interface.New code should use Iterator instead. Iterator
replaces the enumeration
- Timer (java.util)
Timers schedule one-shot or recurring TimerTask for execution. Prefer
java.util.concurrent.Scheduled
- ReentrantLock (java.util.concurrent.locks)
A reentrant mutual exclusion Lock with the same basic behavior and semantics as
the implicit monitor
- Manifest (java.util.jar)
The Manifest class is used to obtain attribute information for a JarFile and its
entries.
- JList (javax.swing)
- Github Copilot alternatives