Description: programming languages Online Quiz - 310 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
The structure of simple explicit cursor is
The information needed to create a TCP socket for communication in JSP is
The error message displayed when the page is not found at the correct location
Implementing the tag < %@ page isThreadSafe="false" % >implements the SingleThreadModel interface making the Jsp
Which of the tag contains a code fragment valid in the page scripting language
To show money format on the JSP page we use __________ class
The tag %@include file=”.........” % > helps in including the ______ file in the JSP page
Following methods can be overridden in the JSP page
Following method(s) cannot be overridden in the JSP page.
Which codeline must be set before any of the lines that use the PrintWriter
The _______ when added to the user session tells us that the session timed out
Which of the tag is used to show the comments 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?
Which tag in the jsp is used to define the error page
When a JSP page is compiled, what is it turned into?
Java Server Pages specification includes
Which of the following way of handling exceptions is provided by Vb.Net?
How do you implement interrogative methods in VB.NET
How can we declare a class as non derivable in VB.Net