Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Other Programming (https://www.askmehelpdesk.com/forumdisplay.php?f=437)
-   -   About java (https://www.askmehelpdesk.com/showthread.php?t=184240)

  • Feb 15, 2008, 01:07 AM
    manchester thani
    About java
    While using a predefined class we should import the packages like import java.io.*,but I have used the predefined class System.out.print without importing any package.. how is it possible.. and how does it works?
  • Feb 29, 2008, 10:52 AM
    Sitwonade
    Certain standard classes, such as System, are imported for you by default. I believe they are being imported by the Object class from which all other classes are descendants.

  • All times are GMT -7. The time now is 08:09 PM.