Java J2EE Spring Self Test: Chapters 31 to 37

Questions:

Question 1:

Assume the custom tag is GLOOP and the prefix is TWONG. Which of the following is the syntax for an empty custom tag?
A. < TWONG : GLOOP / >
B. < GLOOP : TWONG / >
C. < GLOOP : TWONG > < / GLOOP : TWONG >
D. < TWONG : GLOOP > < / TWONG : GLOOP >

Question 2:

Which design pattern did the designers of JSP use to provide centralized dispatching of requests via a