Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Bogart Fischer   on Feb 23 In Java Category.

  
Question Answered By: Agatha Miller   on Feb 23

I believed that I only answered the static
synchronized() situation.

For the non-static synchronized(), any number of
threads may run the given at the same time, as long as
each of the threads  calls the method on a different
object.

Share: