Search Interview Questions | More than 3000 questions in repository. There are more than 900 unanswered questions. Click here and help us by providing the answer. Have a video suggestion. Click Correct / Improve and please let us know. |
|
| ||||
- Interview Questions and Answers for 'Distributed computing' - 3 question(s) found - Order By Newest | ||||
| ||||
Ans. sockets, RMI. EJB | ||||
Help us improve. Please let us know the company, where you were asked this question : | ||||
Like Discuss Correct / Improve  java   distributed computing   rmi   ejb   sockets   socket   architecture | ||||
Related Questions | ||||
Difference between socket and servlet ? | ||||
What are the advantages and Disadvantages of Sockets ? | ||||
What Parameter we need to specify while creating sockets ? | ||||
How would you write a socket in Java | ||||
What is ServerSocket in Java ? | ||||
| ||||
Ans. It refers to writing programs that execute across multiple devices (computers), in which the devices are all connected to each other using a network. | ||||
Help us improve. Please let us know the company, where you were asked this question : | ||||
Like Discuss Correct / Improve  java   network programming   distributed computing   architecture | ||||
Related Questions | ||||
What are some Java related technologies used for distributed computing ? | ||||
What are the advantages and Disadvantages of Sockets ? | ||||
| ||||
Ans. Sockets are flexible and sufficient. Efficient socket based programming can be easily implemented for general communications. It cause low network traffic. Socket based communications allows only to send packets of raw data between applications. Both the client-side and server-side have to provide mechanisms to make the data useful in any way. | ||||
Help us improve. Please let us know the company, where you were asked this question : | ||||
Like Discuss Correct / Improve  java   network programming   distributed computing   sockets   architecture | ||||
Related Questions | ||||
What are some Java related technologies used for distributed computing ? | ||||
What Parameter we need to specify while creating sockets ? | ||||