what is the difference between process and thread? : Java thread
No Answer is Posted For this Question
Be the First to Post Answer
what is thread in Java ?
How to find the size of an array a)array.length() b)array.length c)array.size() d)array.size
why the constructor should be used in class,if there is no constructor what will happen?
What does %d do in java?
What are integer overflows and underflows and how to handle them?
Can we have try block without catch block?
What is the access scope of a protected method?
What is a local block?
What are the two types of java?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
What is "Java Native Interface" and how to use it?
What are the disadvantages of using inner classes?