Computer Science, asked by mantasha2, 1 year ago

why is java suited for distributed networking applications

Answers

Answered by nd07
4
Java offers great features for networking:

- Many built-in services for TCP, including socket server and client support
- Many other TCP applications Java mail, HTTP
- Threading support for easily connecting hosts as background services
- Many other frameworks for distributed access, including Jini, RMI, Web services, XML frameworks, etc.
- Portable applications to every runtime platform
Similar questions