Answer Posted / samborn pen
lib stands for library. The lib contains all the library
functions that are used by either jdk or user. These are the
implicit functions or classes that need not be defined
before using. For eg: the implementation of object class is
defined in lib.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the abstract class?
what is comparable and comparator interface?
Is null a string in java?
Difference between keyword and identifier.
What is the set interface in java programming?
Can an interface have a class?
What is a Null object?
In the below example, how many string objects are created?
Explain numeric promotion?
How do you use wildcards?
What is java basic concept?
Can a method be static?
What is busy spin, and why should you use it?
What are multiple inheritances?
Give example to differentiate between call by value and call by reference.