Exam 5: Defining Classes II
Exam 1: Getting Started45 Questions
Exam 2: Console Input and Output29 Questions
Exam 3: Flow of Control44 Questions
Exam 4: Defining Classes I45 Questions
Exam 5: Defining Classes II46 Questions
Exam 6: Arrays46 Questions
Exam 7: Inheritance43 Questions
Exam 8: Polymorphism and Abstract Classes43 Questions
Exam 9: Exception Handling45 Questions
Exam 10: File IO46 Questions
Exam 11: Recursion44 Questions
Exam 12: Uml and Patterns22 Questions
Exam 13: Interfaces and Inner Classes32 Questions
Exam 14: Generics and the Arraylist Class32 Questions
Exam 15: Linked Data Structures43 Questions
Exam 16: Collections,maps,and Iterators44 Questions
Exam 17: Swing I37 Questions
Exam 18: Swing II31 Questions
Exam 19: Java Never Ends26 Questions
Exam 20: Applets25 Questions
Select questions type
A static method is one that can be used with a _____________.
(Multiple Choice)
4.8/5
(36)
Add a constructor and a copy constructor to the Book class created in question #13.
(Essay)
4.9/5
(35)
The Math method that returns the nearest whole number that is greater than or equal to its argument is:
(Multiple Choice)
4.8/5
(43)
A condition that allows a programmer to circumvent the private modifier and change the private instance variable is called:
(Multiple Choice)
4.8/5
(36)
Write ONE Java statement that computes and displays the value of 2< sup >5< /sup >.
(Essay)
4.9/5
(42)
The program included in the Java SDK that allows a programmer to separate the class interface from the class implementation is called:
(Multiple Choice)
4.7/5
(38)
Wrapper classes are provided for all primitive Java types except Boolean.
(True/False)
4.7/5
(37)
Only ______ copy/copies of a static variable are available to objects of a class.
(Multiple Choice)
4.8/5
(33)
A class that contains public methods that can change the data in the object of a class is called a/an:
(Multiple Choice)
4.9/5
(32)
Javadoc requires a comment to be delimited by _________ to be included in the extracted class interface.
(Multiple Choice)
4.8/5
(42)
You may use methods of the Math class without an import statement.
(True/False)
4.7/5
(36)
When used with objects,what is the equality == )operator really comparing?
(Essay)
4.8/5
(31)
The conversion from an object of a wrapper class to a value of its associated primitive type is called:
(Multiple Choice)
4.9/5
(43)
Write ONE Java statement that computes and displays a random number between 1 and 25.
(Essay)
5.0/5
(43)
Showing 21 - 40 of 46
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)