Map which retains the first value a key is set to as a "default" until the
key is removed
This class is final simply as a hint to the compiler, it may be un-finalized
safely.
Deprecated.As of JDK 1.1, the preferred way to translate a byte
stream in the local encoding into a character stream in
Unicode is via the InputStreamReader and
BufferedReader classes.
Deprecated.As of JDK 1.1, the preferred way to translate a Unicode
character stream into a byte stream in the local encoding is
via the OutputStreamWriter,
BufferedWriter, and PrintWriter
classes.
Returns an MBeanInfo object knowing the class name, what attributes are
available, the constructor information, and either the start or stop
method information.
returns the unquallified "short" name of a class (no package info)
returns "String" for java.lang.String.class returns "Bar" for
foo.Bar.class returns "Foo" for Foo.class (in the default package)