Tag: technology

Questions Related to technology

  1. Script language declarations, scriplets and expressions.

  2. JSP standard actions

  3. JSP standard directives

  4. All the Above


Correct Option: D
  1. None of the above

  2. location

  3. exception-type

  4. error-page


Correct Option: D
  1. It defines the standard tag that works the same everywhere

  2. It is a single library and we can use it in multiple jsp containers

  3. It has support for the common structural tasks like iteration and condition

  4. All of the above


Correct Option: D
  1. ODBC can be directly used with Java because it uses a C interface

  2. ODBC makes uses of pointers which has been totally removed from JAVA

  3. ODBC is from Microsoft while JDBC is from java applications

  4. ODBC requires manual installation of the ODBC driver manager and driver on all client machines. While for JDBC driver are written in Java and JDBC code is automatically installable, secure and portable on all platforms.


Correct Option: A
  1. SessionTimedoutIndicator

  2. SessionTotalTimeOutIndicator

  3. SessionTotalTimedoutIndicator

  4. SessionTimeoutIndicator


Correct Option: A
  1. setContentWriter()

  2. setWriter()

  3. setPrintType()

  4. setContentType()


Correct Option: D
  1. jspDestroy()

  2. jspInit()

  3. _jspService()

  4. getParameter()


Correct Option: C
  1. jspDestroy()

  2. jspInit()==

  3. _jspService()

  4. getParameter()


Correct Option: A