2.2 Object-oriented Programming with Java
2.2 Internet and the World Wide Web
Java has been specially created as a network language. There are two terms closely connected
with Java programming. They are Internet and the World Wide Web (www). They are NOT
synonymous and are NOT the same.
Firstly, network is a collection of computers either homogenous or heterogeneous.
Internet is a collection or grouping together of networks. We can say that the Internet is a net-
work of networks, comprising of millions of computers. These computers communicate with
each other using Internet protocols.
Protocol is set of rules for communicating computers. One such popular protocol is HTTP
(Hyper Text Transfer Protocol) which is widely used. FTP (File Transfer ...