What are the different access modifiers available in java?
No Answer is Posted For this Question
Be the First to Post Answer
Can we override a variable in java?
When do we need to use internal iteration? When do we need to use external iteration?
whats the life cycle of jsp
How to write custom exception in java?
Can abstract class have private constructor?
How many methods does cloneable interface contains?
How can you make sure that your singleton class will always return single instance in multi-threaded environment?
what is difference between equals and ==?
What is the purpose of tostring() method in java?
What is difference between next () and nextline () in java?
What is Unicast and Multicast object? Where we will use?
1 Answers Scope International,
They had given one progam final HashMap hm=new HashMap(); public void show() { hm.put("name",value); } in this prg here the final hashtable value can be changed in put method,its the prg run?