Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Name the packages in JDK?

Answers were Sorted based on User's Feedback



Name the packages in JDK?..

Answer / neema

lang, util, io, net, applet, awt

Is This Answer Correct ?    3 Yes 1 No

Name the packages in JDK?..

Answer / ravikiran(aptech mumbai)

java.lang
java.util
java.net
java.io
java.awt
java.sql

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More Core Java Interview Questions

I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?

0 Answers  


Given: 11. public static void main(String[] args) { 12. Integer i = uew Integer(1) + new Integer(2); 13. switch(i) { 14. case 3: System.out.println(”three”); break; 15. default: System.out.println(”other”); break; 16. } 17. } ‘What is the result? 1 three 2 other 3 An exception is thrown at runtime. 4 Compilation fails because of an error on line 12.

9 Answers  


How to sort list of list in java?

0 Answers  


whats the purposr of using serialization?

6 Answers  


How to access a method that it declared as protected?

3 Answers  


watz the difference between abstract class and interface? Which one u ill choose as a designer?

1 Answers   Sonata,


How to create two different thread class inside a main function?

1 Answers  


What is the access scope of protected access specifier?

0 Answers  


Assume a thread has lock on it, calling sleep() method on that thread will release the lock?

0 Answers  


What is passing value java?

0 Answers  


when asub class inherits a super class and overrides a public method of super class in sub class(public method in super class). why these methods needs to be public in sub class. (otherwise compile time error).

3 Answers  


How big is a gigabyte?

0 Answers  


Categories