What is the use of bin and lib in JDK?

Answer Posted / pankaj kumar chaurasia

bin class contain all the tools use for running the any
java program such as javac,appletviewer where as lib
contain all packages reguired or necesary for program

Is This Answer Correct ?    15 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the algorithm to check the number non-leaf nodes in a tree.

600


Convert a BST into a DLL and DLL to BST in place.

674


Define reflection.

577


Explain about automatic type conversion in java?

573


Where can I find jdk in my computer?

468






What is the purpose of static keyword in java?

519


I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?

525


Explain about main() method in java ?

588


What is a heavyweight component?

544


What is class forname used for?

542


How do you format in java?

551


What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?

664


What are the restrictions imposed by a Security Manager on Applets?.

2071


What is treeset in java collection?

530


Does java trim remove newline?

542