JSP Declarations

A JSP declaration is always defined inside the class but outside the service (or any other) method. It’s that simple—declarations are for static and instance variables and methods. (In theory, yes, you could define other members including inner classes, but 99.9999% of the time you’ll use declarations for methods and variables.) The code below solves Pauline’s problem; now the counter keeps incrementing each time a client requests the page.

Variable Declaration

image with no caption

Method Declaration

image with no caption

Get Head First Servlets and JSP, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.