Distributed computing and Java go together naturally. As the first language designed from the bottom up with networking in mind, Java makes it very easy for computers to cooperate. Even the simplest applet running in a browser is a distributed application, if you think about it. The client running the browser downloads and executes code that is delivered by some other system. But even this simple applet wouldn't be possible without Java's guarantees...
Related Subjects
Computer Science Computers Computers & Technology Education & Reference Information Systems Java Languages & Tools Mathematics Networking Networks, Protocols & APIs Object-Oriented Design Object-Oriented Software Design Programming Programming Languages Science & Math Software Design & Engineering Software Design, Testing & Engineering Software Development Software Engineering