Remote Method Invocation in javaThe RMI (Remote Method Invocation) is an API that provides a mechanism to create distributed application in java. The RMI allows an object…Jul 11, 2020Jul 11, 2020
Design a simple JAX - WS (RPC) java web serviceFirst of all let’s go quick introduction about web service and their important points.Jul 9, 2020Jul 9, 2020
External data representation and marshalling!The information stored in running programs is represented as data structures. The information in messages consists of sequences of bytes…Jun 20, 2020Jun 20, 2020