View Single Post
  #2 (permalink)  
Old 08-10-2007, 07:48 AM
zufit zufit is offline
Junior Member
 
Join Date: May 2007
Posts: 15
Default

It is to provide conventions for everyone to use for consistency across Java APIs. If everyone wrote their own method to start an applet, for example, but gave it a different name such as ready or execute, the applet code would not be interoperable with other programs and browsers, or portable across multiple platforms.
Reply With Quote