Multiple Choice
Which statement is not true.
A) The Java API consists of packages.
B) The Java API helps programmers avoid "reinventing the wheel."
C) The Java API consists of import declarations.
D) The class javax.swing.JApplet is part of the Java API.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Suppose method1 is declared as void method1
Q2: Variables should be declared as fields only
Q6: The java.text package contains classes for manipulating
Q7: An enumeration is a special class that's
Q9: Method calls cannot be distinguished by _.<br>A)
Q11: Which statement below could be used to
Q18: If more method calls occur than can
Q18: Overloaded methods always have the same _.<br>A)
Q24: The identifiers in an enumeration _.<br>A)must be
Q25: A Java class can have which of