InterviewSolution
Saved Bookmarks
| 1. |
What is Network Programming in java? |
|
Answer» It refers to writing programs or applications that RUN across multiple devices when the devices are connected on a network. The java.net package CONTAINS a collection of INTERFACES and classes that communicate and allow programmers to write programs that FOCUS on solving the current PROBLEM. |
|