- Creating JSON documents from java classes using gson
- putExtra (Intent)
- setScale (BigDecimal)
- onCreateOptionsMenu (Activity)
- ServerSocket (java.net)
This class represents a server-side socket that waits for incoming client
connections. A ServerSocke
- DecimalFormat (java.text)
A concrete subclass of NumberFormat that formats decimal numbers. It has a
variety of features desig
- Properties (java.util)
A Properties object is a Hashtable where the keys and values must be Strings.
Each property can have
- ThreadPoolExecutor (java.util.concurrent)
An ExecutorService that executes each submitted task using one of possibly
several pooled threads, n
- ServletException (javax.servlet)
Defines a general exception a servlet can throw when it encounters difficulty.
- Logger (org.slf4j)
The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is
expected that loggin
- Sublime Text for Python