posted 15 years ago
1.what happens if my Service class(or interface) doesn't extend java.rmi.remote and the method doesn't throw java.rmi.remoteException. is it compulsory to throw remote exception?.
2. my service is having complex types. so for the bean class i'm implementing Serializable. do i need to write deSerializable classes also?