JSP Question:
Download Questions PDF

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

Java JSP Programming Interview Question
Java JSP Programming Interview Question

Answer:

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.

Download Java JSP Programming Interview Questions And Answers PDF

Previous QuestionNext Question
How many JSP scripting elements and what are they? Is JSP technology extensible?