Enterprise Java > Write This Code > Flashcards
Write a servlet with a Get and Post and a form.
Don’t forget - extends, @WebSerlet, throws, setContentType, PrintWriter = getWriter(), getParameter, if !null.