Exam 8: Console Input and Output
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
Late binding refers to the method definition being associated with the method invocation when the method is invoked at run time.
Free
(True/False)
4.8/5
(40)
Correct Answer:
True
____________ refers to the process of associating a method definition with a method invocation.
Free
(Multiple Choice)
4.8/5
(37)
Correct Answer:
A
Assigning an object of an ancestor class to a descendent class is called:
Free
(Multiple Choice)
4.8/5
(34)
Correct Answer:
D
__________ binding refers to the method definition being associated with the method invocation when the code is compiled.
(Multiple Choice)
4.9/5
(34)
The final modifier is included before the definition of the method,then the method can be redefined in a derived class.
(True/False)
4.8/5
(26)
An abstract class must have the modifier ___________ included in the class heading.
(Multiple Choice)
4.8/5
(45)
What is wrong with the following method definition?
public abstract void doSomething(int count)
(Essay)
4.7/5
(35)
Java uses late binding with private methods,methods marked final,or static methods.
(True/False)
4.9/5
(37)
Override the clone method inherited in the Tennis Shoes class created in number 11 above.
(Essay)
4.8/5
(37)
The method clone has one parameter and should return a copy of the calling object.
(True/False)
4.9/5
(26)
A class that has at least one abstract method is called an:
(Multiple Choice)
4.9/5
(37)
Override the clone method inherited in the Dress Shoes class created in number 10 above.
(Essay)
4.9/5
(32)
Showing 1 - 20 of 43
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)