McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2026
→
Bachelor of Computer Applications (BCA)
→
Java Programming
→
The ________ method help in clearing the...
Q.
The ________ method help in clearing the contents of the buffer:
A.
flush()
B.
clear()
C.
rub()
D.
vanish()
Answer» C. rub()
606
0
Do you find this helpful?
7
View all MCQs in
Java Programming
Discussion
No comments yet
Login to comment
Related MCQs
The ________ method help in clearing the contents of the buffer:
To compare the contents of two objects ______ method is used.
What is the default buffer size used by any buffered class?
When method defined in subclass which has same signature as a method in a super class, it is known as method
How to copy contents of array?
What is the process of defining a method in terms of itself that is a method that calls itself?
To design a general-purpose search method, searchList, to search a list, which of the following must be parameters of the method searchList? (i) The array containing the list. (ii) The length of the list. (iii) The search item. (iv) A boolean variable indicating whether the search is successful.
A method without the body is called ________ method.
When method is overridden , then by subclass object which class method is called _____.
When an instance of a class, or object, is specified as a parameter to a method, ______ to the said object is passed to the method.