Thank you so much!

2009/7/15 Alex Fuentes <[email protected]>

> Hi all,
> A very simple question:
>
> We can
>
> import java.io.BufferedReader;
>
> import java.io.InputStreamReader;
>
> import java.io.IOException;
>
> To indicate that we are going to use these three classes
>
>
>
> or
>
> mport java.io.*;
>
> To indicate that we are going to use the whole package
>
>
> It's more comfortable to use the last method, but, It will produce more
> work for the system? It will make the program heavier than the necessary?
>
>
> Best regards,
>
>
> Alex
>

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to