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 package that always imported by default?

Answers were Sorted based on User's Feedback



Name the package that always imported by default?..

Answer / debapriya patra

Its a very easy question.Answer is "java.lang.*" package is
imported by default.

Is This Answer Correct ?    25 Yes 2 No

Name the package that always imported by default?..

Answer / ravikiran

java.lang

Is This Answer Correct ?    16 Yes 3 No

Name the package that always imported by default?..

Answer / vishal

"java.lang.*"
beause * included all the package. and take it default.

Is This Answer Correct ?    7 Yes 0 No

Name the package that always imported by default?..

Answer / zahoor ahmed jamali

java.lang

this package always import by default...

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Core Java Interview Questions

How static variable work in java?

0 Answers  


What is the use of predicate in java 8?

0 Answers  


What must a class do to implement an interface in java programming?

0 Answers  


How can you set an applet’s height and width as a percentage?

0 Answers  


If I will write String s=new String("XYZ"); String s1=new String("XYZ"); if(s.equals(s1)){ sop("True"); } else{ sop("False"); } This program will give me "True". But When I am creating my own class suppose class Employee{ public Employee(String name); } Employee e= new Employee("XYZ"); Employee e1 = neew Employee("XYZ"); if(e.equals(e1)){ sop("True"); } else{ sop("False"); } Then it will give the output as "False". Can I know what is happening internally?

5 Answers  


Can It is possible to synchronize the constructor of a Java Class?

0 Answers  


What is arrays sort in java?

0 Answers  


Define how can we find the actual size of an object on the heap?

0 Answers  


Is null a string in java?

0 Answers  


When we should use serialization?

0 Answers  


how to create constants in java?

0 Answers  


What is compiler and what its output.

0 Answers   Cognizant,


Categories