How does java handle distributed threading? I have two methods calling an EJB, one is synchronized and the other one is not. Is there any possiblity of this causing a RemoteException if the unsynchronized method returns to a locked object?
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.