I have a question.
how do interface perform some task without having body in java. For example
RequestDispatcher rd=request.getRequestDispatcher(“Login.html”);
rd.include(request, response);
...