programming languages Online Quiz - 136
Description: programming languages Online Quiz - 136 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Which of the following are mandatory when writing a POJO class?
The default_entity_mode is set to which mode by default?
Which of the following attribute of the tag needs to be defined in the mapping xml when the default-entity mode is set to "dynamic-map"
What does the attribute "batch-size" of the tag specify?
What are the different methods of Hibernate Configuration?
What are the different approaches to represent an inheritance hierarchy?
Subclasses of an abstract class that do not provide an implementation of an abstract method are also abstract
A Constructor must always invoke its super class constructors in its first statement
An Array can store many different types of values
Objects are passed to a method by use of call-by-reference
When we implement an interface method,it should be declared as Public
Any class may be inherited by another class in the same package
Every method of a final class is implicitly final