What state does a thread enter when it terminates its processing in java programming?
No Answer is Posted For this Question
Be the First to Post Answer
briefley expalin about the packages
Define interface in java?
where is .equals() method and how is it different from == operation <giving some confusing implementation> Is hashing related to these?
Can you have a constructor in abstract class?
What does file separator do in java?
Explain the difference between arraylist and linkedlist in java?
Hi Friends, I am beginner in java. what i know about synchonized keyword is,If more that one 1 thread tries to access a particular resource we can lock the method using synchronized keyword. Then after that how the lock is released and how next thread access that.Please explain with example.
What invokes a thread's run() method in java programming?
Explain the use of shift operator in java. Can you give some examples?
Name the types of 'priority'?
How many bytes is a string in java?
whays is mean by inner class?