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 volatile keyword in java
What is difference between java and java ee?
What defines function?
What is hypertext?
How many bytes is a char in java?
What is constructor
9 Answers Manforce, Tech Mahindra,
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
Can we have a try block without catch block?
What do you understand by the bean persistent property?
Name four container classes.
What is null mean in java?
Can we convert integer to string in java?