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 are the different collection views provided by maps?
What is length in java?
What is the flag in java?
What does || mean in code?
What is a java applet? What is an interface?
Is 0 true or is 1 true?
How do you classify Dialog Box?
Can I declare class as static or private?
How many types of literals are there in JAVA?
How can we access some class in another class in java?
Can java object be locked down for exclusive use by a given thread?
Why is singleton class used?
What about anonymous inner classes in java?
What lambda means?
If goto and const is reserve words than why it is not work in java?