Search Results

0
votes
2answers
190 views

How to redirect NullPointerExceptions in Struts?

Hi, is there a way to redirect all NullPointerExceptions to a pretty jsp page perhaps in Struts? Thanks in advance! …
11
votes
11answers
572 views

Why is Java frequently used for enterprise applications?

Hi! As a Java newbie I'm wondering: of all the languages in the world, why is Java frequently used for enterprise applications? What makes it that way compared to the other languages? Will it conti …