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 |
How do weakhashmap works?
What is a Java Virtual Machine?
What are the types of statement? explain
what is difference between class and object?
43 Answers College School Exams Tests, HCL,
What is thread pool in java with example?
What is an abstract class and abstract method?
What is meant by flickering?
What is the difference between a loader and a compiler?
How the interruptible method gets implemented?
What are generic methods?
Can an abstract class be final?
Difference between notify() method and notifyall() method in java?