Automatic Imports of java.lang. Package Classes ?????? Why ????????
807569Jul 7 2006 — edited Jul 7 2006Hi All,
Why java automatically implicitly imports all the classes which are under the package java.lang.* ??
What is the significance behind that?
Is not a overhead ??? - if we are not using some of the classes in java.lang.package through out our module?
Can we able to create such packages to automatically imported in our classes instead of declaring in all classes ??
Thanks,
J.Kathir