Synchronize behavior is having any method in java?

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 Tutorials/Questions & Answers:
Advertisements