What "Import" Do
Hi everyone sorry for posting that many MSG up.
I have fix my error in the JDK file hehe thanks to that guy who give me the link. Now I running hehe.
Ok ok now back to the qestion: What do import do
will it effect the compiler time and run time
so can i just leave IMPORT out
e.g Import java.Awt.*;
Import javax.Swing.*;
Public filename......
So can i leave the IMPORT out:
(will java do it by defult using the path we set to look for the stuff it need to complier the file)
and one more thing
Imoprt java.Awt.*
Import java.Lang.*
Etc....
can i just go import java.* and it will import both the things i wanted
Thanks in advance

