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 are daemon Threads in java?
Which sorting is best in java?
What is the life-cycle of an object?
How can you eliminate duplicates?
Is null == null in java?
Is it necessary that each try block must be followed by a catch block?
What is a boolean output?
What is emant by API? is it related to java only or it is common for all OOPS supporting language?
In which language JVM (Java Virtual Machine) is implemented
Hi am an mca graduate . i have done bsc maths in my degree . every company asks me why you make shift from maths group to computere field . What i need to answer?
java is pure object-oriented programming language?why it is platform independent.
What is %d in printf?