What is JSON-RPC and JSON-RPC-Java?



What is JSON-RPC and JSON-RPC-Java?..

Answer / Tarun Yadav

JSON-RPC (JSON Remote Procedure Call) is a remote procedure call technique in which a procedure or subroutine call is performed by providing via Internet-standard HTTP between two machines. It is called 'remote' because the client and server are running on different machines, possibly on opposite ends of the world. JSON-RPC-Java is a Java implementation for JSON-RPC.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JSON Interview Questions

How do I view a json file?

1 Answers  


List some features of json-rpc-java?

1 Answers  


What is serialization and deserialization in json?

1 Answers  


Mention what are the JSON files?

1 Answers  


What is the file extension of JSON?

1 Answers  


List types natively supported by json?

1 Answers  


What are the json values?

1 Answers  


What is tojson() method in josn?

1 Answers  


How to receive json data at the server side?

1 Answers  


Which is faster json or xml?

1 Answers  


What is the use of json in java?

1 Answers  


Is json rest or soap?

1 Answers  


Categories