-
If the data being submitted is sensitive, then it's always preferred to use _____________ method
Skill/Topic: ServletsA) doPostB) doGetC) serviceD) None of the aboveExplanation: because the elements don't shown up in URL.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Which of the following statements is true about the ServletInterface ? (Multiple choice)
Skill/Topic: ServletsA) The central abstraction in the Servlet API is the Servlet interface. B) All Servlet implement this interface, either directly or, more commonly, by extending a class that implements it such as HttpServlet.Servlets > Generic Servlet > HttpServlet > MyServlet.C) The Servlet interface declares, but does not implement, methods that manage the Servlet and its communications with...
-
-
Some Operating Systems have a limitation on the Max Length of the URL, which are normally _______ characters.
Skill/Topic: JSP ConnectionsA) 255 B) 225 C) 264 D) 250
-
-
JSP Interview Questions
Ans