|  | 
         
          |  
             
              Create an application to read a data file from an arbitrary 
                URL. E.g.
 > java myApp 
                www.myOtherPC.net/data.txt
 
 
Write an image map applet such that clicking on different areas 
                of an image or drawing brings up different web pages. 
 
Write an applet such that one can enter an IP or Host name and 
                in return get the corresponding host name or IP respectively. 
                Note: Most browsers block the applet from contacting IP addresses 
                other than the local IP or the source of the applet. So this applet 
                will have to work in the appletviewer or in an application appletholder
 
Other app or applet of your own design that uses the URL, 
                 InetAddress, 
                etc. topics discussed in this lecture. |    
         |  |