| Package | Description |
|---|---|
| java.lang |
| Modifier and Type | Class and Description |
|---|---|
class |
Math
The class
Math contains methods for performing basic
numeric operations such as the elementary exponential, logarithm,
square root, and trigonometric functions. |
class |
Number
The abstract class
Number is the superclass of classes
BigDecimal, BigInteger,
Byte, Double, Float,
Integer, Long, and Short. |
class |
String
The
String class represents character strings. |
Copyright © 2025 API Design. All Rights Reserved.