How come the server-side skeleton class is not required under JDK 1.2?
Created May 4, 2012
Avi Kak Section 3.1 of the RMI
Specification document says:
In JDK1.2 an additional stub protocol was introduced that eliminates the need for skeletons in JDK1.2-only environments. Instead, generic code is used to carry out the duties performed by the skeletons in JDK1.1.