correct answerWhich of the following package stores all the standard java classes?Optionslangutiljavajava.packages
Question
correct answerWhich of the following package stores all the standard java classes?Optionslangutiljavajava.packages
Solution
The correct answer is "lang". The "lang" package in Java contains the classes that are fundamental to the design of the Java programming language. This package is automatically imported into all Java programs.
Similar Questions
the correct answerWhich of the following package stores all the simple data types in java?Optionslangutiljavajava.packages
Select the correct answerWhich of the following is/are true about packages in Java?1.Every class is part of some package2.All classes in a file are part of the same package.3.If no package is specified, the classes in the file go into a special unnamed package.4.If no package is specified, a new package is created with folder name of class and the class is put in this package.OptionsOnly 1, 2 and 4Only 1, 2 and 3Only 4Only 1 and 3
What package is a part of the wrapper class which is imported by default into all Java programs?Select one:java.iojava.awtjava.langjava.util
Which of the following is an incorrect statement about packages?OptionsA package can contain other package within itPackage defines a namespace in which classes are storedJava uses file system directories to store packagesA package can be renamed without renaming the directory in which the classes are stored
Select the correct answerWhich of these packages contains all the classes and methods required for even handling in Java?Optionsjava.appletjava.eventjava.awt.eventjava.awt
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.