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
→
A method without the body is called ____...
Q.
A method without the body is called ________ method.
A.
view.
B.
class.
C.
abstract.
D.
user defined.
Answer» C. abstract.
2k
0
Do you find this helpful?
5
View all MCQs in
Java Programming
Discussion
No comments yet
Login to comment
Related MCQs
When method defined in subclass which has same signature as a method in a super class, it is known as method
______ can appear anywhere in the body of a java method.
When method is overridden , then by subclass object which class method is called _____.
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.
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.
Which of the following loops will execute the body of loop even when condition controlling the loop is initially false?
Which of these jump statements can skip processing remainder of code in its body for a particular iteration?
Which of these jump statements can skip processing the remainder of the code in its body for a particular iteration?
Variables declared within a method or block are called