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 a get method?
Explain differences between checked and unchecked exceptions in java?
What exactly is methodology?
What do you mean by data type?
Explain the difference between static and dynamic binding in java?
What is difference between path and classpath variables?
What is the difference between jdk and jre?
What restrictions are placed on method overloading?
Why main function is static?
What does the “final” keyword mean in front of a variable? A method? A class?
What do you mean by append?
What is the difference between the direct buffer and non-direct buffer in java?
How do you do math powers in java?
What is variable and rules of variable?
When can you say a graph to be a tree?