LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Java Objects needs imports?! (https://www.linuxquestions.org/questions/programming-9/java-objects-needs-imports-726467/)

manolakis 05-16-2009 04:31 PM

Java Objects needs imports?!
 
Hello,

Does anybody know if there is any Java boolean method that can be used for determining if an Object is automatically imported by the Java language? For example, the method should return false when asking if the java.lang.String needs to be imported, and false for the java.sql.Date?

Thank you

kellinwood 05-16-2009 09:14 PM

Classes from the package java.lang don't need imports because they are imported automatically for you. Classes from all other packages must to be imported.


All times are GMT -5. The time now is 12:59 AM.