What is static import?
No Answer is Posted For this Question
Be the First to Post Answer
What is the benefit of using enum to declare a constant?
Why convert an applet to an application?
What are multiple inheritances?
what is hashmap& hashtable with example?
where do you place after you did code in java
Describe method overriding
Is array dynamic in java?
In method overloading ,if i change the return type to Long instead of INT,is the program execute
What are the types of arrays in java?
Is char a method in java?
What is the difference between serializable and externalizable interface?
Hi Friends, I am beginner in java. what i know about synchonized keyword is,If more that one 1 thread tries to access a particular resource we can lock the method using synchronized keyword. Then after that how the lock is released and how next thread access that.Please explain with example.