what is synchronization and why is it important? : Java thread
No Answer is Posted For this Question
Be the First to Post Answer
Why hashmap is used in java?
when to use ArrayList and when to use HashMap in webApplication.
What kind of variables can a class consist?
Does every java program need a main?
What is meant by Session? Explain something about HTTP Session Class?
What are the characteristics provided in jdk1.6 apart from other versions?
If a method is declared as protected, where may the method be accessed?
Difference between final and effectively final ? Why is effectively final even required ?
I have a class which is abstract which contains only the abstract methods. This is similar to an interface. Then, if i have given a choice to choose one of them. Which one i have to choose and why?
Explain restrictions on using enum?
Is java pass by value or pass by reference?
Is nullpointerexception checked or unchecked?