Question: Question 41 When using an IDE, what must you do to use a class thats stored in a library? a. Nothing. Classes in libraries are
Question 41 When using an IDE, what must you do to use a class thats stored in a library? a. Nothing. Classes in libraries are automatically available. b. Code an import statement for the class. c. Add the library to your project. d. Both b and c. 2 points Question 42 An enumeration inherits methods from which of the following classes? a. java.lang.Object b. java.lang.Enum c. both a and b d. neither a nor b 2 points Question 43 You can use ____________ within a javadoc comment to apply formatting to the text when its displayed. 2 points Question 44 Which of the following is not true about generated Java documentation? a. It lists all public methods of the class. b. It lets you view classes by package. c. It indicates the package that a class belongs to. d. It includes the code that implements each documented method. 2 points Question 45 A __________ is typically stored in a JAR file and contains one or more packages that you want to make available to other projects.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
