If you notice, many web applications deployed over the web have .do or .action at the end of URL. One can deliberately use these kinds of url http://extreme-java.blogspot.com/2011/03/struts-extension-suffix-do-ac...
Enterprise Java Application development is growing every day and new features being introduced but the the beginners have always start from the basics http://extreme-java.blogspot.com/2011/03/interview-technical-questions...
The question is how many String objects are created after the last line is compiled by Java http://extreme-java.blogspot.com/2011/03/how-many-string-objects-are-c...
Recently, I came across a web based application with Struts, EJB and Stored Procedures http://extreme-java.blogspot.com/2011/03/java-bad-practices.html
The exception chaining terminology may be new to a few Java developers of Enterprise Java Applications but we all have seen chained exceptions at some http://extreme-java.blogspot.com/2011/03/java-chained-exceptions.html
Quite frequently, we read in Java books that we can inherit from Exception/RuntimeExcetion classes or implement the Throwable interface in order to cr http://extreme-java.blogspot.com/2011/03/java-custom-exception-classes...
This tutorial is about understanding remote debugging and doing setup of remote debuggin in eclipse for debuggin java process http://javarevisited.blogspot.com/2011/02/how-to-setup-remote-debuggin...
n my opinion Thread is the most wonderful feature of JAVA and I remember when I started learning JAVA in one of programming class in India how importa http://javarevisited.blogspot.com/2011/02/how-to-implement-thread-in-j...
I have been working in FIX protocol for almost 5 years when I started working on FIX protocol I looked upon internet for some good tutorial which coul http://javarevisited.blogspot.com/2011/02/fix-protocol-session-or-admi...
There are scenarios where swapping the values of variables is required and it can be achieved in various ways. http://extreme-java.blogspot.com/2011/02/best-way-to-swap-values-in-ja...
This tutorial explains how to integrate undo and redo functionality in a Java Application http://www.processworks.de/blog/2009/08/add-undoredo-functionality-to-...