Home / Programming MCQs / JAVA MCQs / Question
M
Q. The concept of multiple inheritance is implemented in Java by ____ (i.) extending two or more classes (ii.) extending one class and implementing one or more interfaces (iii.) implementing two or more interfaces (iv.) all of these
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Which of these class is used to make a thread?
What is the suffix used to represent a floating point number in Java?
Identify the output of the following program.
What are the part in executing a Java program and their purposes?
Which package in Java contains the JDBC classes?
What is garbage collection in java?
To successfully overload a method in Java, the method names must be ___.
A package is a collection of ______.
What does the operator >>>> do?
The new operator dynamically allocates ________ for an object and returns a reference to it.
Discusssion
Login to discuss.