Why are JSP pages the preferred API for creating a web-based client program?
Because no plug-ins or security policy files are required on the client systems (applet does). Also, JSP pages enable cleaner and more module application design due to they give a way to separate applications programming from web page design. This means personnel involved in web page design do not require to understand Java programming language syntax to do their jobs.