Exam 5: Defining Classes Ii
Exam 1: Getting Started46 Questions
Exam 2: Console Input and Output29 Questions
Exam 3: Flow of Control43 Questions
Exam 4: Defining Classes I44 Questions
Exam 5: Defining Classes Ii46 Questions
Exam 6: Arrays47 Questions
Exam 7: Inheritance43 Questions
Exam 8: Console Input and Output43 Questions
Exam 9: Exception Handling45 Questions
Exam 10: File IO46 Questions
Exam 12: Uml and Patterns22 Questions
Exam 13: Interfaces and Inner Classes32 Questions
Exam 14: Generics and the Arraylist Class31 Questions
Exam 15: Linked Data Structures43 Questions
Exam 16: Collections and Iterators44 Questions
Exam 17: Swing I37 Questions
Exam 18: Swing II31 Questions
Exam 19: Java Never Ends18 Questions
Exam 11: Recursion43 Questions
Exam 20: Applets25 Questions
Select questions type
The conversion from an object of a wrapper class to a value of its associated primitive type is called:
(Multiple Choice)
4.9/5
(40)
Javadoc requires a comment to be delimited by _________ to be included in the extracted class interface.
(Multiple Choice)
4.9/5
(34)
Create a Java class named Book with instance variables title,author,ISBN,and yearPublished.Include javadoc style comments to describe your interface.Such a class would normally have methods,but you are not required to supply any methods.
(Essay)
4.8/5
(33)
Add accessor and mutator methods to the Book class created in question #13.
(Essay)
4.7/5
(30)
When used with objects,what is the equality ( == )operator really comparing?
(Essay)
4.9/5
(37)
A static method is one that can be used with a _____________.
(Multiple Choice)
4.9/5
(41)
In a static method,you may use the this parameter either explicitly or implicitly.
(True/False)
4.9/5
(34)
A class that contains public methods that can change the data in the object of a class is called a/an:
(Multiple Choice)
4.8/5
(42)
A condition that allows a programmer to circumvent the private modifier and change the private instance variable is called:
(Multiple Choice)
4.8/5
(35)
You may use methods of the Math class without an import statement.
(True/False)
4.8/5
(38)
The Math method that returns the nearest whole number that is greater than or equal to its argument is:
(Multiple Choice)
4.9/5
(37)
A class invariant is a statement that is always true for every object of the class.
(True/False)
4.8/5
(35)
Showing 21 - 40 of 46
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)