Which type of instances retain no data or conversational state for a specific client?
1.Message-Driven Bean
2.Session Bean
3.Entity Bean
4.None of the above
Which type of instances retain no data or conversational state for a specific client?
1.Message-Driven Bean
2.Session Bean
3.Entity Bean
4.None of the above
Abbreviate the term HQL?
1.Hibernate Queue Language
2.Hibernate Query Language
3.Hipher Query Language
4.None of the above
Abbreviate the term HQL?
1.Hibernate Queue Language
2.Hibernate Query Language
3.Hipher Query Language
4.None of the above
Hibernate is an?
1.Open Source
2.Lightweight
3.ORM
4.All mentioned above
Hibernate is an?
1.Open Source
2.Lightweight
3.ORM
4.All mentioned above
How many layers are available in Hibernate architecture?
1.3
2.4
3.5
4.2
How many layers are available in Hibernate architecture?
1.3
2.4
3.5
4.2
How many types of session beans are available in EJB?
1.2
2.3
3.4
4.5
How many types of session beans are available in EJB?
1.2
2.3
3.4
4.5
In case of Table per Concrete class there will be three tables in the database having no relations to each other. Which are the ways to map the table?
1.By union-subclass element b.
2.By self-creating the table for each class
3. Both A & B
4.None of the above
In case of Table per Concrete class there will be three tables in the database having no relations to each other. Which are the ways to map the table?
1.By union-subclass element b.
2.By self-creating the table for each class
3. Both A & B
4.None of the above
In the elements of Hibernate architecture is a factory of session and client of ConnectionProvider It holds the second level cache (optional) of data is _____.
1.Session
2.SessionFactory
3.Transaction
4.ConnectionProvider
In the elements of Hibernate architecture is a factory of session and client of ConnectionProvider It holds the second level cache (optional) of data is _____.
1.Session
2.SessionFactory
3.Transaction
4.ConnectionProvider
What does the Session object hold?
1.First Level Cache
2. Second Level Cache
3. Both A & B
4.None of the above
What does the Session object hold?
1.First Level Cache
2. Second Level Cache
3. Both A & B
4.None of the above
Which method is easy for a java programmer to add a criteria?
1.HCQL
2.HQL
3.SQL
4.None of the above
Which method is easy for a java programmer to add a criteria?
1.HCQL
2.HQL
3.SQL
4.None of the above
Which middleware services are provided by EJB?
1.Security
2. Transaction Management
3.Both A & B
4.None of the above
Which middleware services are provided by EJB?
1.Security
2. Transaction Management
3.Both A & B
4.None of the above
Which of these simplifies an Object Relational Mapping tool?
1.Data creation
2.Data manipulation
3.Data access
4.All mentioned above
Which of these simplifies an Object Relational Mapping tool?
1.Data creation
2.Data manipulation
3.Data access
4.All mentioned above
Which server-side component is required to be deployed on the server?
1.EJB
2.RMI
3.Both A & B
4.None of the above
Which server-side component is required to be deployed on the server?
1.EJB
2.RMI
3.Both A & B
4.None of the above
Which session bean does the conversational state between multiple method calls is not maintained by the container?
1.Stateful Session Bean
2.Stateless Session Bean
3. Singleton Session Bean
4.None of the above
Which session bean does the conversational state between multiple method calls is not maintained by the container?
1.Stateful Session Bean
2.Stateless Session Bean
3. Singleton Session Bean
4.None of the above
Which ways are used by the Log4j and Logback frameworks in hibernate framework to support logging?
1.By log4j.xml file
2.By log4j.properties
3.Both A & B
4.None of the above
Which ways are used by the Log4j and Logback frameworks in hibernate framework to support logging?
1.By log4j.xml file
2.By log4j.properties
3.Both A & B
4.None of the above