Spring / Spring MVC Interview questions
Why Java web apps has dot(.) do extensions?
do extension implies "do something". This extension convention is followed from struts1.
With the web application upgrades developers might have thought to retain and continue to use the do extension for backward compatibility.
More Related questions...