What is the use of bin and lib in JDK?

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


Please Help Members By Posting Answers For Below Questions

How many boolean functions are there?

714


What does the @override annotation do?

740


Does it matter in what order catch statements for filenotfoundexception and ioexception are written?

707


What are the 8 data types in java?

735


Why call by value prevents parameter value change?

803


What is finally and finalize in java?

791


Can a class be private in java?

737


What is difference between array and vector?

779


Write a program in java to create a doubly linked list containing n nodes.

734


Explain the available thread states in a high-level?

720


What is the main method java?

744


What is difference between static and final?

749


Should database connections be singleton?

752


What is return code?

758


How do you invoke a method?

730