Changed Classes and Interfaces |
Byte
|
The Byte class wraps a value of primitive type byte in an object. |
CharSequence
|
A CharSequence is a readable sequence of characters. |
Class
|
Instances of the class Class represent classes and interfaces in a running Java application. |
ClassLoader
|
A class loader is an object that is responsible for loading classes. |
Double
|
The Double class wraps a value of the primitive type double in an object. |
Float
|
The Float class wraps a value of primitive type float in an object. |
Integer
|
The Integer class wraps a value of the primitive type int in an object. |
Long
|
The Long class wraps a value of the primitive type long in an object. |
Math
|
The class Math contains methods for performing basic numeric operations such as the elementary exponential logarithm square root and trigonometric functions. |
NumberFormatException
|
Thrown to indicate that the application has attempted to convert a string to one of the numeric types but that the string does not have the appropriate format. |
Package
|
Package objects contain version information about the implementation and specification of a Java package. |
Process
|
The Runtime.exec methods create a native process and return an instance of a subclass of Process that can be used to control the process and obtain information about it. |
Runtime
|
Every Java application has a single instance of class Runtime that allows the application to interface with the environment in which the application is running. |
RuntimePermission
|
This class is for runtime permissions. |
Short
|
The Short class wraps a value of primitive type short in an object. |
StrictMath
|
The class StrictMath contains methods for performing basic numeric operations such as the elementary exponential logarithm square root and trigonometric functions. |
String
|
The String class represents character strings. |
StringBuffer
|
A string buffer implements a mutable sequence of characters. |
Throwable
|
The Throwable class is the superclass of all errors and exceptions in the Java language. |