Servlets are also compiled (like any other java application), but they are usually invoked by a form submittion (although you can invoke them directly). They simply get passed the HTTP request object ...