File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes EJB Certification (SCBCD/OCPJBCD) and the fly likes diff b/w javax.rmi.* & java.rmi.* ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » EJB Certification (SCBCD/OCPJBCD)
Reply Bookmark "diff b/w javax.rmi.* & java.rmi.* ?" Watch "diff b/w javax.rmi.* & java.rmi.* ?" New topic
Author

diff b/w javax.rmi.* & java.rmi.* ?

Alfred Harre
Ranch Hand

Joined: Apr 29, 2004
Posts: 73
hi people,
what is difference between diff b/w javax.rmi.* & java.rmi.* ?
Valentin Crettaz
Gold Digger
Sheriff

Joined: Aug 26, 2001
Posts: 7610
The java.rmi package is the "normal" RMI package which allow applications in one JVM to call methods on objects in another JVM. The javax.rmi package provides an API for applications using RMI over the IIOP or JRMP protocols (in CORBA environments for instance).


SCJP 5, SCJD, SCBCD, SCWCD, SCDJWS, IBM XML
[Blog] [Blogroll] [My Reviews] My Linked In
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: diff b/w javax.rmi.* & java.rmi.* ?
 
Similar Threads
Sessions and cookies
Reg:JSPBean
testing
Cookies
diff b/w Throw and Throws