Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


transaction attributes ?

Answers were Sorted based on User's Feedback



transaction attributes ?..

Answer / niranjanravi

not supported,requires,required new,supports,mandatory,never

Is This Answer Correct ?    1 Yes 0 No

transaction attributes ?..

Answer / ravikiran(aptech mumbai)

required
requiresnew
mandatory
supports
notsupported

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

Why do we need data structure in java?

0 Answers  


Explain the protected field modifier?

0 Answers  


I declared main() method as private. But it still running and displaying the output. Please Answer it . Code Snippet as Below: import java.io.*; class over { private static void main(String[] args) { int high = Integer.MAX_VALUE; int overflow = high + 1; int low = Integer.MIN_VALUE; int underflow = low - 1; System.out.println(high + "\n" +overflow +"\n"+ low +"\n"+underflow); //System.out.println(overflow); //System.out.println(low); //System.out.println(underflow); } }

4 Answers   Cap Gemini,


explain the concept of virtual method invocation in polymorphism in detail?

0 Answers   TCS,


What is methodological framework?

0 Answers  


how can u handle run time exception in java? explain with brief explanation with examples?

2 Answers   CTS,


WHAT IS MARKER INTERFACE,AND NO METHODS IS NOT THERE ON THAT INTERFACE THEN WHY WE USED IN JAVA?

3 Answers   L&T,


Find the value of a specified element of the array arr[i] where 0 <= i <= n-1

0 Answers   Amazon,


What are possible key words, we can use to declare a class?

2 Answers   Tech Mahindra,


Why is it called buffering?

0 Answers  


What is the purpose of the enableevents() method in java programming?

0 Answers  


Can a class declared as private be accessed outside it’s package?

0 Answers  


Categories