Question
a.
It can extend exactly one class and implement exactly one interface.
b.
It can extend exactly one class and can implement multiple interfaces.
c.
It can extend exactly one class or implement exactly one interface.
d.
It can implement multiple interfaces regardless of whether it also extends a class.
Posted under Java Programming
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Which is true about an anonymous inner class?
Similar Questions
Discover Related MCQs
Q. Which is true about a method-local inner class?
View solution
Q. Which statement is true about a static nested class?
View solution
Q. Which constructs an anonymous inner class instance?
View solution
Q. What allows the programmer to destroy an object x?
View solution
Q. Which statement is true?
View solution
Q. Which statement is true?
View solution
Q. Which statement is true?
View solution
Q. Which statement is true?
View solution
Q. A class which is declared with the ________ keyword is known as an abstract class in Java.
View solution
Q. Abstract class can have constructors and static methods?
View solution
Q. What is the syntax of abstract class in java?
View solution
Q. A method which is declared as abstract and does not have implementation is known as an _____________?
View solution
Q. An abstract class can have a data member, abstract method, method body (non-abstract method), constructor, and even main() method.
View solution
Q. Java is a ___ programming language.
View solution
Q. In Java programming language, the code is placed inside ___.
View solution
Q. Properties are implemented using ___ in Java.
View solution
Q. A Class in Java is like a ____.
View solution
Q. Which is the file extension used for a public Java class source code?
View solution
Q. Which is the file extension used for a compiled Java class file?
View solution
Q. State TRUEor FALSE.
The source-code of An Abstract-Class or Interface is kept inside a .java file.
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Java Programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!