Vava Features -- It's Distributed
Vava Features -- It's Distributed
- Popular TCP/IP based protocols such as FTP or HTTP are supported in terms of network protocol classes.
- This facilitates various forms of distributed processing. New protocols (e.g. PVM etc.) can added and dynamically installed.
- Distributed computing model of Java is mainly client-server, with Java compiler preparing the opcodes at the server side, and Java interpreter executing it at the client side.
- One can expect more dynamic uses of Java with Java threads on both Server and Client side communicating with each other.