Hibernate Java

Hibernate Java

University

8 Qs

quiz-placeholder

Similar activities

UNIX quiz

UNIX quiz

University

10 Qs

n11-java-quiz-1

n11-java-quiz-1

University - Professional Development

12 Qs

ICT - FORM 4

ICT - FORM 4

KG - University

10 Qs

[AP CSP] Boolean Gate Expressions and Diagrams

[AP CSP] Boolean Gate Expressions and Diagrams

9th Grade - University

10 Qs

Flip - Flops

Flip - Flops

University

12 Qs

SYSTEM SOFTWARE  - QUIZ - 1

SYSTEM SOFTWARE - QUIZ - 1

University

10 Qs

Digital Electronics Weekend Assignment 5

Digital Electronics Weekend Assignment 5

University - Professional Development

10 Qs

Kuis 1 (siskom)

Kuis 1 (siskom)

University

10 Qs

Hibernate Java

Hibernate Java

Assessment

Quiz

Computers

University

Medium

Created by

Prof. ArulkumarV

Used 291+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

1. Which of the following is not a core interface of Hibernate?

a) Configuration

b) Criteria

c) SessionManagement

d) Session

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

2. Which of the following methods hits database always?

a) load()

b) loadDatabase()

c) getDatabase()

d) get()

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

3. Which of the following is not an advantage of Hibernate Criteria API?

a) Allows to use aggregate functions

b) Cannot order the result set

c) Allows to fetch only selected columns of result

d) Can add conditions while fetching results

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

4.Which ways are used by the Log4j and Logback frameworks in hibernate framework to support logging?

a. By log4j.xml file

b. By log4j.properties

c. Both A & B

d. None of the above

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

5.We need to specify @Inheritance(strategy=InheritanceType.JOINED) in the parent class and @PrimaryKeyJoinColumn annotation in the subclasses.

a. True

b. False

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

6.Abbreviate the term HQL?

a. Hibernate Queue Language

b. Hibernate Query Language

c. Hipher Query Language

d. None of the above

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

7.Which of the following is NOT a mapping association used in Hibernate?

A. Many-to-Many Association

B. One-to-Many Associationcorrect

C. One-to-One Association

D. None

8.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

8.Which of these simplifies an Object Relational Mapping tool?

A. Data creation

B. Data manipulation

C. Data access

D. All mentioned above