What are the actions that can occur when a thread enters blocked state?
No Answer is Posted For this Question
Be the First to Post Answer
Instead of writing Home, Remote Interfaces if i directly extends EJBObject to bean class what happens?
If a method is declared as protected, where may the method be accessed?
Why are there no global variables in java?
If there are two notepad opened and working on it . is this a process or thread? computer based Live Example to differentiate between Thread , Process , and Multi tasking ?
What do you mean by garbage collection used in java?
What is the difference between static and non-static variables in java programming?
Can we overload run() method in java?
Why does java not allow multiple public classes in a java file ?
What is an eror in java?
What is meant by Java ?
What is math exp in java?
This is related to threads. I have a class with synchronized method m1(). Can I create different instances of this class and execute the m1() for different threads?