Is string an object?
No Answer is Posted For this Question
Be the First to Post Answer
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
What are the restriction imposed on a static method or a static block of code?
what state does a thread enter when it terminates its processing? : Java thread
What does void * mean?
What is the base class of all classes?
what is session in java?
0 Answers Seventhsense Technologies,
JVM is platform independent or depeneded?
What are static variables and functions?
Define how objects are stored in java?
Suppose i have two threads t1 and t2 are running.How the main thread will know that the two threads t1,t2 execution has completed?
What error occurs if a try-catch-finally statement sequence does not have a catch clause?
Explain yield() method in thread class ?