• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Mock Exam question regarding End points

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

This is a question from a mock exam.

Which three are true about JAX-RPC Web services? (Choose three.)
A. EJB based endpoints can use container-managed transactions.
B. Servlet-based endpoints can use container-managed transactions.
C. Client-initiated transactions are propagated to EJB based endpoints.
D. EJB based endpoints can programmatically demarcate transactions.
E. Client-initiated transactions are propagated to Servlet-based endpoints.
F. Servlet-based endpoints can programmatically demarcate transactions.
Answer: ADF

Why is C not correct - Client transactions can be propagated using Required and Supported trans attributes , right?

Also,

Why is F correct - A JSE would need something like JTA for transaction separation , right?

So is ACD the correct answer? Do let me know what you think.

 
Ranch Hand
Posts: 77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi! sachet,

It would be helpful for other people if you could mention the name of mock i.e source exam from where you have picked
up the question.

Best Regards

Jolly
 
Sachet Varma
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Its from a free sample from one of the mock exam site - Certify or something
 
Sachet Varma
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any clue to the answer? Is my reasoning sound or is it outright wrong?
 
Sachet Varma
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey , I got the answer :

Refer to this link :
EJB Endpoints and JSE
 
reply
    Bookmark Topic Watch Topic
  • New Topic