can java object be locked down for exclusive use by a given thread? : Java thread


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

what is business delegate?

2 Answers   TCS,


Is hashset ordered?

0 Answers  


I Have a class abstract with one abstract method, so that method should override in the subclass, but i dont want to override, if i am not override what will happen? If compilation will occur then i dont want to give compilation error, then what we need to do??? See the sample program. public abstract class AbstractExample { public abstract void sampleMethod(); } public class AbstractExampleImple extends AbstractExample { }

2 Answers   Mphasis,


How do you relate a Interface to a Class? Tell me in Detail?

4 Answers  


Why does java doesnt suuport unsigned values?

0 Answers   ABC,


What is static class

0 Answers   EDS,


What initialize variables?

0 Answers  


Can a static block throw exception?

0 Answers  


What is composition in java?

0 Answers  


Why does my function print none?

0 Answers  


How can you make sure that your singleton class will always return single instance in multi-threaded environment?

0 Answers  


What is difference between Heap and Stack Memory?

0 Answers  


Categories