Re: What does import java.io.* mean?
Posted By:
anand853_pasunoori
Posted On:
Thursday, January 17, 2008 04:08 AM
Hi Friend,
java.io.*;
means at the time of compile,compiler add the libraries of Input and Output.Then it will complile the program.
After on wards we will get the XXXXX.class
We can run the .class any where(PlateForm).
If u need any thing extra
anand853@gmail.com