What is the difference between the synchronized() & static
synchronized()?
Answers were Sorted based on User's Feedback
Answer / namrata
when a Thread enters a static synchronized method of a
given class, then no other Thread can enter another static
synchronized method of that class. But other threads might
execute any non-synchronized method, or a synchronized
instance method.
| Is This Answer Correct ? | 6 Yes | 3 No |
What is method overloading in java ?
i don't want fullforms of JDK an JVM i want definitions for them
Does any tag exists in HTML to upload and download files ?
Is it possible for a yielded thread to get chance for its execution again?
How do you add an element to a hashset in java?
What does t in java mean?
How HashMap implemented in java? how it internally works when values are added or searched from hashMap?What is the difference betweenthe implementation of hashmap and Linked Hashmap?
What are meta-annotations?
What are the basic interfaces of java collections framework?
what are variables in java
What are the advantages of assembly language?
Differentiate storage classes on the basis of their scope?