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
How many boolean functions are there?
What does the @override annotation do?
Does it matter in what order catch statements for filenotfoundexception and ioexception are written?
What are the 8 data types in java?
Why call by value prevents parameter value change?
What is finally and finalize in java?
Can a class be private in java?
What is difference between array and vector?
Write a program in java to create a doubly linked list containing n nodes.
Explain the available thread states in a high-level?
What is the main method java?
What is difference between static and final?
Should database connections be singleton?
What is return code?
How do you invoke a method?