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 data type modifier?
how we can create packages in java?
What happens if constructor is private?
How do I get the | symbol on my keyboard?
How to perform binary search in java?
What is a void method java?
What is the use of parse function in java?
What are the basic concepts of OOPS in java?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
What is multiple inheritance? Is it supported by java?
Mention some features of java?
What is the console in java?
What is string syntax?
When do we use synchronized methods in java?
what are synchronized methods and synchronized statements? : Java thread