Skill/Topic: Programming ConstructsA) None of the above B) C)
Latest Answer : isErrorpage attribute ...
Skill/Topic: Programming ConstructsA) AirthmaticFormat B) CurrencyFormat C) NumberFormat D) StringBuffer
Latest Answer : number format ans = c ...
Skill/Topic: Programming ConstructsA) TrueB) FalseExplanation: ServletContext: Gives the information about the container. PageContext: Gives the information about the Request
Java Server Pages technology commonly called JSP technology offers the following advantages(Multiple choice) :-
Skill/Topic: FundamentalsA) Separation of dynamic and static content. B) Support for scripting and tags C) Reuse of components and tags. D) Web access layer for N-tier enterprise application architecture
Skill/Topic: FundamentalsA) out class refers to the output stream for the http page B) page class refers to the page Servlet interface C) pageContext refers to the pages Servlet interface D)
Latest Answer : CHOICE Dconfig interface refers to the servlets configuration. ...
Skill/Topic: FundamentalsA) TrueB) FalseExplanation: JSP technology is extensible through the development of custom actions, or tags, which are encapsulated in tag libraries.
Latest Answer : Ans) A)True - Jsp Technology is extensible ...
Skill/Topic: FundamentalsA) JSP page can include the contents of other HTML pages or other JSP files. B) When the JSP engine is presented with such a JSP page it is converted to one Servlet class and this
Latest Answer : B ...
Skill/Topic: JSP ConnectionsA) *, connection B) *, Statement C) Statement, connection D) *,*
Latest Answer : ans: d ...
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
Which of the options correctly defines the methods in the HttpServelet class are (Multiple choice):-
Skill/Topic: ServletsA) protected void doGet (HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException B) protected void doPost(HttpServletRequest request, HttpServletResponse