- Running tasks concurrently on multiple threads
- runOnUiThread (Activity)
- getResourceAsStream (ClassLoader)
- getApplicationContext (Context)
- IOException (java.io)
Signals a general, I/O-related error. Error details may be specified when
calling the constructor, a
- SocketTimeoutException (java.net)
This exception is thrown when a timeout expired on a socket read or accept
operation.
- Connection (java.sql)
A connection represents a link from a Java application to a database. All SQL
statements and results
- Time (java.sql)
Java representation of an SQL TIME value. Provides utilities to format and parse
the time's represen
- Semaphore (java.util.concurrent)
A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each
#acquire blocks if
- ReentrantLock (java.util.concurrent.locks)
A reentrant mutual exclusion Lock with the same basic behavior and semantics as
the implicit monitor
- Top Vim plugins