Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) 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?
3 13788they asked class A{} class B{} class c{} all the three class saved as a single file,there is no main method in the file and anothe class M.java class m { psvm(String args[]) { // here the parent class can access } }
2 6452
What causes memory leaks in java?
What is the difference between break and continue statements?
What is constant in programming?
How to get session object in hibernate?
What is a databasemetadata?
What is the advantage of persistent message delivery compared to nonpersistent delivery?
What configuration files are used in struts?
What are logics in reference to web logic servers?
What is the difference between struts1 and struts2?
What is the difference between application server and portal server ?
What is multipartresolver and when to use it?
What is a singleton class? Give a practical example of its usage.
What is singleton class in java and how can we make a class singleton?
Is activemq a jms provider?
How do you use compareto method?