Can we overload final method in java?
How will you add panel to a frame?
What is identifier with example?
What is meant by bytecode?
What is valid keyword in java?
What is the use of StringTokenizer class?
How do you square a number in java?
What is primitive data type in java?
Can sleep() method causes another thread to sleep?
what is the difference between static class and singleton class? can we create static class?
2 Answers L&T, Octazen, Vamsi Labs,
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?
Is string is a data type?
how session will be expired?