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
Explain the init method?
Can we extend singleton class in java?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
Is string is a data type in java?
What is exception handling in java?
Explain the difference between treeset and treemap in java?
What is singleton service?
Which collection does not allow duplicates in java?
Is math class static in java?
What is the purpose of checked and unchecked exceptions in JAVA?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
Explain abstract class in java?
What is the biggest integer?
Can a constructor be protected?
What is OOP's Terms with explanation?