• 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

Java Message Service

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which of the following are true of the Java Message Service? Please select all that apply:
92 A. JMS provides a vendor independent, transport protocol to ensure interoperability between implementations A
93 B. JMS supports both point-to-point and publish subscribe messaging B
94 C. J2EE components locate Message Destinations via JNDI C
95 D. None of these
 
Author
Posts: 531
Mac OS X Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think B,C are correct and A looks a bit confusing.
lets see what is other ranchers view.
 
Ranch Hand
Posts: 1847
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
looks to me like you can look in the specs or a decent book to get all the answers to your homework questions (which you didn't even bother to hide as such).

D seems wrong, that's as far as I'll go
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic