Difference between static synchronization vs. Instance synchronization?
No Answer is Posted For this Question
Be the First to Post Answer
String is mutable or immutable?
Explain about fail fast iterators in java?
How do you add an element to a hashset in java?
10. class Nav{ 11. public enum Direction { NORTH, SOUTH, EAST, WEST } 12. } 13. public class Sprite{ 14. // insert code here 15. } Which code, inserted at line 14, allows the Sprite class to compile? a)Direction d = NORTH; b)Nav.Direction d = NORTH; c)Direction d = Direction.NORTH; d)Nav.Direction d = Nav.Direction.NORTH;
Explain OOPs concept.
what is Hashmap & Hashtable wirh example?
What are heterogeneous objects?
who was the founder of java
32 Answers CTS, HCL, ProKarma,
What is substring of a string?
What is set and get methods in java?
What is package private scope in java?
How do you ensure that n threads can access n resources without deadlock?