![]() Related Questions Skill/Topic: Programming ConstructsA) jspDestroy()B) jspInit()C) _jspService()D) getParameter() Latest Answer : _jspService() ... URL encoding is the method of replacing all the spaces and other extra characters into their corresponding _______ Characters Skill/Topic: FundamentalsA) Hex B) Binary C) Octal D) Decimal Skill/Topic: FundamentalsA) characters B) digits C) special symbols D) binary digits Latest Answer : What is the answer for this question> Is it binary digits? ... 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 Arrange the lifecycle phases of JSP in correct order1. Page translation: -page is parsed, and a java Arrange the lifecycle phases of JSP in correct order1. Page translation: -page is parsed, and a java file which is a Servlet is created. 2. Page compilation: page is compiled into a class file 3. Page loading : This class file is loaded. 4. Create an instance :- Instance of Servlet is created 5. jspInit() method is called 6. _jspService is called to handle service calls 7. _jspDestroy is called to destroy it when the Servlet is not required. Skill/Topic: JSP Life CycleA) 1,2,3,4,5,6,7B) 1,4,3,2,5,6,7C) 3,2,1,4,5,6,7D) 4,5,3,6,2,7,1 The JspPage interface defines the __________ and ____ method which the page writer can use in their pages and are invoked in much the same manner as the ____ and _____ methods of a servlet. Skill/Topic: JSP Life CycleA) jspInit(), jspDestroy(), init() , destroy()B) init(),jspDestroy(),jspInit(),destroy()C) destroy(),jspDestroy(),jspInit(),init()D) init(),destroy(),jspInit(), jspDestroy() Skill/Topic: JSP Life CycleA) TrueB) FalseExplanation: Because your JSP is just a servlet method Latest Answer : What is the correct answer ? ... 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. Skill/Topic: ServletsA) doPost()B) doGet()C) System.out.println()D) System.exit(0);Explanation: Might close down the entire Server. Latest Answer : System.exit(0); ... Skill/Topic: ServletsA) TrueB) FalseExplanation: The service method supports standard HTTP client requests by dispatching each request to a method designed to handle that request.
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||