what is java.lang package
Answers
Answered by
2
Answer:
Explanation:
The package java.lang contains classes and interfaces that are essential to the Java language. These include:
Object, the ultimate superclass of all classes in Java
Thread, the class that controls each thread in a multithreaded program
Throwable, the superclass of all error and exception classes in Java
Classes that encapsulate the primitive data types in Java
Classes for accessing system resources and other low-level entities
Math, a class that provides standard mathematical methods
String, the class that is used to represent strings
Answered by
0
Answer:
it available in google with best example search it out
Similar questions