How can we run more than one web application in a Websphere application server?
Latest Answer: Yes you can. You can create multiple ears and deploy. ...
How can we stop finally method to execute?
Latest Answer: you can put System.exit(1) in try block to terminate the bolck. this will prevent excuting finally statement.egtry { // you code ...
What is the difference between log4j, maven and ANT. Which one is the best to use in an application and Can we do the programing without them?
What is Weak Object References?
Latest Answer: A weak reference is one that does not prevent the referenced object from being garbage collected. You might use them to manage a HashMap to look up a cache of objects. A weak reference is a reference that does not keep the object it refers to alive. ...
Explain difference between Struts and JSF (with a small example)
How to create EAR file using command promptGive three differences between EAR file and WAR file
What is the difference between Font and FontMetrics classes?
What's the use of running Tomcat server while developing web application? What it actually does?
2.What are the extra features having JSP compared to Servlet?3.ArrayList is not Synchronised, here what is meaning of not Synchronised?
View page << Previous 1 2 3 4 [5] 6 7 8 9 10 Next >>

Go Top