• 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

About RPC

 
Ranch Hand
Posts: 298
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Am i supposed to know RPC for SCWCD test??
 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nope, you don't need to.
 
Ranch Hand
Posts: 116
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by John Ip:
Nope, you don't need to.


The SCWCD exam is just about servets and JSP. You need to have passed the SCJP exam first, version 1.2, 1.3 or 1.4, otherwise Sun won't even let you sit for any of the other exams either.
Officially, there is no RPC in Java; you probably mean RMI (Remote Method Invocation), which is Java's answer to Remote Procedure Calls. The SCBCD exam (mostly questions on EJB), does use RMI over IIOP as its network backbone, so for the SCBCD exam, you will need to become familiar with RMI.
Good luck,
-jeff Walker
 
reply
    Bookmark Topic Watch Topic
  • New Topic