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
Write a program to print fibonacci series up to count 10.
What is the concatenation operator in java?
What lambda means?
What is the basic difference between string and stringbuffer object?
What is incompatible types in java?
What is a classloader in java?
What are different types of expressions?
Why method overriding is used?
Is java good for beginners?
What is the same as procedures?
What are static blocks in java ?
How would overload a function based on return type?
What is difference between static variable and global variable?
Is upper case in java?
Explain static nested classes ?