Write This Code Flashcards

1
Q

Write a servlet with a Get and Post and a form.

A

Don’t forget - extends, @WebSerlet, throws, setContentType, PrintWriter = getWriter(), getParameter, if !null.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly