Is there any need to import java.lang package?
Answer Posted / srikanth
no, not needed it is included by default by JVM
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
what invokes a threads run() method? : Java thread
Can memory leak in java?
Describe what happens when an object is created in java ?
How does java pattern compile work?
How will you communicate between two applets?
Is boolean a data type in java?
How do you sort arraylist in descending order?
what is the use of pojo (plain old java objects)? how it is interact with crystal reports? pls urgent
Differentiate between vector and array list.
What is a variable declaration?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
What are the differences between the constructors and methods?
What is the difference between overriding and overloading in OOPS.
Does variable declaration allocate memory?
What are the actions that can occur when a thread enters blocked state?