programming languages Online Quiz - 281
Description: programming languages Online Quiz - 281 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
To show money format on the JSP page we use __________ class
The information needed to create a TCP socket for communication in JSP is
Following methods can be overridden in the JSP page
Which of the statement below does not correctly defines the difference between JDBC and ODBC ?
Which of the following statements is true about JSP tag library?
Java Server Pages specification includes
Which of the tag contains a code fragment valid in the page scripting language
The _______ when added to the user session tells us that the session timed out
Following method(s) cannot be overridden in the JSP page.
The tag %@include file=”.........” % > helps in including the ______ file in the JSP page
When a JSP page is compiled, what is it turned into?
Which tag in the jsp is used to define the error page
Which of the tag is used to show the comments in the JSP page
Which codeline must be set before any of the lines that use the PrintWriter
Implementing the tag < %@ page isThreadSafe="false" % >implements the SingleThreadModel interface making the Jsp
The error message displayed when the page is not found at the correct location
The jsp:plugin tag is used to insert the browser-specific OBJECTS and EMBED elements
Which of the following statement is true for the include directive Can be used to incorporate contents from static documents
Which of the following statement is true for the tag
State true or false :- URL instance represents the location of a resource