transaction attributes ?
Answers were Sorted based on User's Feedback
not supported,requires,required new,supports,mandatory,never
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ravikiran(aptech mumbai)
required
requiresnew
mandatory
supports
notsupported
Is This Answer Correct ? | 1 Yes | 0 No |
my method "abc" return array of interface "xyz" and "pqr" is abstract class implements abc and class "jkl" extends pqr My problem 1) when i call abc it retrun array xyz how can i do this hint xyz refer_xyz = new jkl(); but i can't create array. 2)I want to access method of jkl using reference of xyz??
Explain different ways of creating a thread?
Can you override a final method?
What is "finally" keyword?
What is a Null object?
What is an array in java?
who was the founder of java
32 Answers CTS, HCL, ProKarma,
How does final modifier work?
design an lru cache in java?
What is java regex?
What is internal iteration in java se 8?
what is the swingutilities.invokelater(runnable) method for? : Java thread