Tag: web technology

Questions Related to web technology

  1. Apply the style to a specific element

  2. Apply the style to all the elements

  3. Apply the style to elements of the same type

  4. Apply the style to a group of elements


Correct Option: C
  1. selector { property: value }

  2. selector { property= value }

  3. selector ( property: value )

  4. selector ( property= value )


Correct Option: A
  1. body {color: black}

  2. {body;color:black}

  3. body:color=black

  4. {body:color=black(body}


Correct Option: A
  1. Common name and Hexcolor only

  2. Common name, RBG value, Hexcolor

  3. RBG value, Hexcolor

  4. Hexcolor only


Correct Option: B
  1. a {decoration:no underline}

  2. a {underline:none}

  3. a {text-decoration:none}

  4. a {text-decoration:no underline}


Correct Option: C
  1. font:bold

  2. style:bold

  3. font-weight:bold

  4. style:strong


Correct Option: B
  1. persistent objects

  2. database tables

  3. only a

  4. both a & b


Correct Option: B

hibernate uses which class for mapping?

  1. utility classes

  2. Pojo

  3. both 1 & 2

  4. none


Correct Option: B
  1. junit.jar & connector.jar

  2. ant.jar & hsqldb.jar

  3. hibernate2.jar & jboss-common.jar

  4. jdbc.jar & odbc.jar


Correct Option: D