Home Answers Viewqa Java-Interview-Questions Synchronize behavior is having any method in java?

 
 


GuravaReddy
Synchronize behavior is having any method in java?
1 Answer(s)      10 months ago
Posted in : Java Interview Questions

Synchronize behavior is having any method in java?

View Answers

July 3, 2012 at 11:05 PM


static method not related instance static it is sharing single object across the multiple objects.Synchronized key word not working at static method level.Its working only at instance level.

by GuravaReddy









Related Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.