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

what is the difference between Java Command Line and C command Line?

2 Answers  


Break statement can be used as labels in java?

0 Answers  


Explain the difference between a Thread and a Process.

0 Answers   Ciena,


What is off heap memory?

0 Answers  


Need to use public,static keywords in main function?

5 Answers  


What is the use of join method?

0 Answers  


What are different access specifiers in java? Explain

0 Answers  


Does anyone still use java?

0 Answers  


When would you use a static class?

0 Answers  


Can singleton class be serialized?

0 Answers  


When is the arraystoreexception thrown?

0 Answers  


What is entry in java?

0 Answers  


Categories