How the exceptions are handled in struts?
Exceptions in Struts are handled in two ways: • Programmatic exception handling : Explicit try/catch blocks in any code that can throw exception. It works well when custom value (i.e., of variable) needed when error occurs. • Declarative exception handling :You can either define