Synchronize behavior is having any method in java?
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