Chapter 22

   

Java™ 2 Primer Plus
By Steven Haines, Steve Potts

Table of Contents
Appendix C.  Answers to Review Questions


A1:

A JSP is written in a special subset of Java that is considered easier to learn. Servlets are written 100% in Java.

A2:

JSP pages separate out presentation logic from the business logic. JSP is easier to learn than Java.

A3:

Expressions are limited to the display of one value. Scriptlets can contain a variety of code constructs and are, therefore, more powerful than expressions.

A4:

The intrinsic objects are those that are built in to the Servlet Container and, therefore, available to JSP pages without instantiation.


       
    Top
     



    Java 2 Primer Plus
    Java 2 Primer Plus
    ISBN: 0672324156
    EAN: 2147483647
    Year: 2001
    Pages: 332

    flylib.com © 2008-2017.
    If you may any questions please contact us: flylib@qtcs.net