Hibernate Java

Hibernate Java

University

8 Qs

quiz-placeholder

Similar activities

Quiz-O-Tech Final Round

Quiz-O-Tech Final Round

University

13 Qs

MPB Week 6

MPB Week 6

University

10 Qs

Profesi di bidang Pengembangan Perangkat Lunak dan Gim

Profesi di bidang Pengembangan Perangkat Lunak dan Gim

University

10 Qs

PowerPoint Quiz

PowerPoint Quiz

7th Grade - University

12 Qs

TECHNOLOGY IN BANKING INDUSTRY

TECHNOLOGY IN BANKING INDUSTRY

University

11 Qs

concepts od DBMS

concepts od DBMS

University

10 Qs

Lesson 5 - Output Handling

Lesson 5 - Output Handling

University

10 Qs

Data Mining - 1

Data Mining - 1

University

10 Qs

Hibernate Java

Hibernate Java

Assessment

Quiz

Computers

University

Medium

Created by

Prof. ArulkumarV

Used 289+ 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