View Single Post
  #5  
Old 11-17-2008, 01:16 AM
pink99 pink99 is offline
D-Web Trainee
 
Join Date: Nov 2008
Posts: 3
pink99 is on a distinguished road
Default completely platform independent

Java is
designed to be completely platform independent .your .class files are able
to run on any OS and hardware platform. As soon as you package them
into an EXE file, however, you've now locked your code to run on ONE OS
on ONE hardware platform.
Reply With Quote