Tag: web technology

Questions Related to web technology

Following is a type of JSP directives

  1. page

  2. include

  3. taglib

  4. all the above


Correct Option: D

The number of page directives

  1. 8

  2. 12

  3. 16

  4. 9


Correct Option: B

The only page directive that can be used a number of times in a jsp is

  1. extends

  2. session

  3. import

  4. language


Correct Option: C
  1. directives

  2. properties

  3. methods

  4. events


Correct Option: A
  1. must have empty constructor

  2. should have no public fields

  3. Both a and b

  4. None of a and b


Correct Option: C

The number of JSP action tags

  1. 2

  2. 3

  3. 4

  4. 5


Correct Option: B
  1. Tag Library Descriptor

  2. Tag Language Description

  3. Tag Library Description

  4. Tag Language Dynamics


Correct Option: A
  1. mysql_selectDB_server($server,$user,$password)

  2. mysql_connection($server,$user,$password)

  3. mysql_connect($server,$user,$password)

  4. database_connect($mysql,$server,$user,$password,$database)


Correct Option: C