how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between process and thread? : Java thread
What is pangram in java?
Explain when we should make an instance variable private.
Is java an open source?
Can constructor be protected in java?
which method is used to know the status of the Thread?
How do you sort data in java?
how tha garbage collector know that the object will be deleted? on which algorithm the garbage collector works? what is the working principle of garbage collector? How manay types of garbage collectors r there?
how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)
if i have one string class then how can you achive this class functionality of this class?
whays is mean by inner class?
My interview asked what is dynamic variable in java and where we use them.