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?
Answer Posted / cool_duzz
no.. final cannot be modified..
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
What classes of exceptions may be caught by a catch clause in java programming?
What is a line break?
What is cr keyboard?
What are white spaces in java?
what is object slice?
What are new features introduced with java 8 ?
What is the purpose of the runtime class in java programming?
What do you mean by a JVM?
What is palindrome in java?
What does replaceall do in java?
What are the four corner stones of oop?
What is thread start?
Can java inner class be static?
What is difference between identifier and variable?
What is boolean used for?