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

how can i take the inputs from users in java program?

7 Answers   Wipro,


What is string args [] in java?

0 Answers  


List the three steps for creating an object for a class?

0 Answers  


Can we use a default constructor of a class even if an explicit constructor is defined?

0 Answers  


What is the purpose of return statement?

0 Answers  


Explain role of constructor in a java application?

5 Answers  


What is parameter example?

0 Answers  


Why java does not support pointers?

0 Answers  


whats is inheritance?

15 Answers   CTS, HCL,


interface X{ void m1(); void m2(); } class Child2 extends Object implements X { public void m1(){ System.out.println("Child2 M1"); } public void m2(){ System.out.println("Child2 M2"); } } public class ParentChildInfterfaceDemo { public static void main(String[] args){ X x = new Child2(); X x1 = new Child2(); x.m1(); x.m2(); x.equals(x1); } } Will the above code work? If yes? Can you please explain why the code x.equals(x1) will work as the equals method is called on interface reference vaiable?

2 Answers  


what is template design pattern?

0 Answers  


Why does java not allow multiple public classes in a java file ?

2 Answers  


Categories