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 |
Why are the objects immutable in java?
How many types of flags are there?
Can we make a constructor final?
What classes of exceptions may be caught by a catch clause in java programming?
class A { private int i; } class B extends A { private int i; } if I create an object of B class what will be the memory of that object.
whst is encapsulation?when u encpsulate actually while devoloping code?
Can a class have 2 constructors?
Implement two stacks using a single array.
What is use of super keyword?
What is mnemonic in assembly language?
wHAT IS DEFAULT SPECIFIER IN JAVA wHAT IS DEFAULT CONSTRUCTOR IN JAVA wHAT IS DEFAULT METHOD IN JAVA
what is a green thread? : Java thread