Objects , because objects are created upon loading JVM when the class is loaded....
Login to rate this answer.
sindhu
Answered On : Dec 28th, 2011
Interface

1 User has rated as useful.
Login to rate this answer.
Tushar
Answered On : Feb 9th, 2012
Object, because object are possible when we write it manually.........by new keyword
Login to rate this answer.
Neha Gupta
Answered On : Feb 17th, 2012
Objects. This is because package does contain interfaces like Serializable. Classes and other sub-packages or packages always fall under package.
Object class does fall under java.lang package but Objects are created when any concrete class is instantiated.
Login to rate this answer.
Java packages do not contain objects. This is so, because unlike classes, interfaces, and sub-packages, Java objects are instantiated entities, and do not always exist.

1 User has rated as useful.
Login to rate this answer.