-
What tools can be used to generate the multiple views in jsp
Skill/Topic: FundamentalsA) xalan-J B) Saxon C) Jdk1.5 D) None of the above
-
-
-
Pass Control from one JSP page to another
Write Sample Code to pass control from one JSP page to another?
Which of the following statement is true about Servlet chaining (Multiple choice)
Skill/Topic: ServletsA) It is the process of chaining the output of one Servlet to the anotherB) Need to do special configuration in the Java Web servers for this process to run.C) This concept has been removed from the standard application for servlets.D) None of the above
Which of the following statements is true about JSP tag library?
Skill/Topic: Programming ConstructsA) It defines the standard tag that works the same everywhere B) It is a single library and we can use it in multiple jsp containers C) It has support for the common structural tasks like iteration and condition. D) All of the above
To show money format on the JSP page we use __________ class
Skill/Topic: Programming ConstructsA) AirthmaticFormat B) CurrencyFormat C) NumberFormat D) StringBuffer
State true or false -- We can implement an interface in JSP
Skill/Topic: Programming ConstructsA) TrueB) False
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()
Ans