Tag: web technology

Questions Related to web technology

  1. components

  2. objects

  3. molecules

  4. items


Correct Option: D

Maximum number of D-Cubes in a single application

  1. 15

  2. 20

  3. 10

  4. 25


Correct Option: C
  1. target cube

  2. source cube

  3. both a & b

  4. neither a nor b


Correct Option: A

D-list can have Duplicate items..?

  1. True

  2. False


Correct Option: B
  1. Implements java.io.Serializable

  2. Override equals() method

  3. Override hashCode() method

  4. Both a, b and c


Correct Option: D

How to add ordering phrase in hibernate criteria?

  1. criteria.setOrder( Order.asc("name") )

  2. criteria.add( Order.asc("name") )

  3. criteria.addOrder( Order.asc("name") )

  4. criteria.addOrder( "name asc" )


Correct Option: C