Question
a.
Required
b.
REQUIRES NEW
c.
SUPPORTS
d.
NOT SUPPORTED
Posted under Java Spring Framework
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. The current method must start a new transaction and run within its own transaction.
Similar Questions
Discover Related MCQs
Q. If there’s an existing transaction in progress, the current method can run within this transaction.
View solution
Q. The current method should not run within a transaction.
View solution
Q. The current method must run within a transaction.
View solution
Q. The current method should not run within a transaction. If there’s an existing transaction in progress, an exception will be thrown.
View solution
Q. If there’s an existing transaction in progress, the current method should run within the nested transaction.
View solution
Q. For two transactions T1 and T2, T1 reads a field that has been updated by T2 but not yet committed.
View solution
Q. For two transactions T1 and T2, T1 reads a field and then T2 updates the field.
View solution
Q. For two transactions T1 and T2, T1 reads some rows from a table and then T2 inserts new rows into the table.
View solution
Q. For two transactions T1 and T2, they both select a row for update, and based on the state of that row, make an update to it.
View solution
Q. Isolation Levels Supported by Spring:-
View solution
Q. The exceptions that cause a transaction to roll back or not can be specified by attribute:-
View solution
Q. Key technology in developing distributed applications, especially multi-tier enterprise applications.
View solution
Q. Java-based remoting technology that allows two Java applications running in different JVMs to communicate with each other.
View solution
Q. To expose a service through RMI, you have to create the service interface that extends:-
View solution
Q. To call the methods on a remote service:-
View solution
Q. Spring remoting facilities can significantly simplify the RMI usage on both the server and client sides.
View solution
Q. There are several properties you must configure for an RmiServiceExporter instance:-
View solution
Q. By default, RmiServiceExporter attempts to look up an RMI registry at localhost port 1099.
View solution
Q. The Spring support classes facilitate building session beans:-
View solution
Q. Spring EJB Support Classes for Different Types of EJB:-
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Java Spring Framework? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!