Answer Posted / vishal
"java.lang.*"
beause * included all the package. and take it default.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is meant by inheritance and what are its advantages?
How do you read and print a string in java?
What is data string?
what is the difference between the methods sleep() and wait()? : Java thread
Is there any difference between nested classes and inner classes?
Can you access the private method from outside the class?
What is the final class?
what is heap memory?
What are singleton services?
What are recursive functions? Give some examples?
Why string is immutable or final in java
What is a method vs function?
Explain all java features with real time examples
What is the purpose of declaring a variable as final?
Can we have any code between try and catch blocks?