Name the package that always imported by default?
Answers were Sorted based on User's Feedback
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 |
Answer / vishal
"java.lang.*"
beause * included all the package. and take it default.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / zahoor ahmed jamali
java.lang
this package always import by default...
Is This Answer Correct ? | 4 Yes | 0 No |
what is the difference between Java Command Line and C command Line?
Break statement can be used as labels in java?
Explain the difference between a Thread and a Process.
What is off heap memory?
Need to use public,static keywords in main function?
What is the use of join method?
What are different access specifiers in java? Explain
Does anyone still use java?
When would you use a static class?
Can singleton class be serialized?
When is the arraystoreexception thrown?
What is entry in java?