What do you mean by action errors and what are the results they force?

devquora
devquora

Posted On: Feb 22, 2018

 

Users of a web application may submit wrong information or no data at all. These errors must be gotten as near to the user interface as could be possible, rather than sitting tight for the center level or the database to tell segment can’t be inserted in the database because of expecting a non-null value.
Following are the outcomes of such programming practice:
  • Wastage of server time and assets. Like the request, this wastes time and assets also fail.
  • The negative effect on code quality as the probability of entering invalid information must be checked while utilizing or coding for business logic as they are the hardest codes of the framework and contain enough squares for if-else.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Struts Interview Questions

    What does the term Struts mean?

    Struts could be defined as open source programming that can be utilized for creating website pages that are java based...

    Struts Interview Questions

    How the flow of various requests happens in Struts Application?

    Struts Applications utilize the MVC designs, and the flow of demand occurs in a prescribed way: The user associated wit..

    Struts Interview Questions

    What are the benefits of the Struts system?

    The struts system is taking a shot at the MVC design. This ensures that the different layers of Struts are isolated app..