- Running tasks concurrently on multiple threads
- addToBackStack (FragmentTransaction)
- startActivity (Activity)
- compareTo (BigDecimal)
- HttpServer (com.sun.net.httpserver)
This class implements a simple HTTP server. A HttpServer is bound to an IP
address and port number a
- Runnable (java.lang)
Represents a command that can be executed. Often used to run code in a different
Thread.
- Enumeration (java.util)
A legacy iteration interface.New code should use Iterator instead. Iterator
replaces the enumeration
- Executor (java.util.concurrent)
An object that executes submitted Runnable tasks. This interface provides a way
of decoupling task s
- Pattern (java.util.regex)
Patterns are compiled regular expressions. In many cases, convenience methods
such as String#matches
- Servlet (javax.servlet)
Defines methods that all servlets must implement. A servlet is a small Java
program that runs within
- CodeWhisperer alternatives