Tag: technology

Questions Related to technology

  1. a) lazy="true"

  2. b) lazy="false"

  3. c) lazy="on"

  4. d) lazy="off"


Correct Option: A
  1. a) lazy="true"

  2. b) lazy="false"

  3. c) lazy="on"

  4. d) lazy="off"


Correct Option: A
  1. a) lazy=false;

  2. b) lazy=true;

  3. c) lazy=yes;

  4. d) lazy=no;


Correct Option: B
  1. a) session.createQuery();

  2. b) session.createCriteria();

  3. c) session.createSQLQuery();

  4. d) session.lod();


Correct Option: A
  1. a) NULL

  2. b) Empty Object

  3. c) unrecoverable exception

  4. d) None of the above


Correct Option: C

6.) How do I get my program to act like a daemon?

  1. a) Run with root user

  2. b) Run with &

  3. c) Run with root user using &

  4. d) None


Correct Option: D
  1. Required

  2. b) Not Required

  3. c) None of the above

  4. All of the above


Correct Option: B
  1. a) a) controls how a particular SessionFactory interacts with the Data Base.

  2. b) controls how a particular SessionFactory interacts with the second-level cache.

  3. c) controls how a particular session interacts with the second-level cache.

  4. d) None


Correct Option: C

7.) Why do processes never decrease in size?

  1. a) They never releases the memory utilized

  2. b) They release the memory but kernel does not use them

  3. c) Since they are running

  4. d) It’s a false statement


Correct Option: B