DEVFYI - Developer Resource - FYI

Why are JSP pages the preferred API for creating a web-based client program?

JSP Interview Questions and Answers


(Continued from previous question...)

8. Why are JSP pages the preferred API for creating a web-based client program?

Because no plug-ins or security policy files are needed on the client systems(applet does). Also, JSP pages enable cleaner and more module application design because they provide a way to separate applications programming from web page design. This means personnel involved in web page design do not need to understand Java programming language syntax to do their jobs.

(Continued on next question...)

Other Interview Questions