Home

What is the correct answer?

4

A final class may not have any abstract method.

A. True

B. False

Correct Answer :

A. True


Related Questions

Consider the following code snippet: try {int x=0; int y=50/x; System.out.println("Division… Which of the following represent legal flow control statements? Which of the following command lines options generates documentation for… A final class may not have any abstract method. Which javadoc tag is used to denote a comment for methods parameters? Give file is a file object, which of the following are legal statements… The methods wait() and noify() are defined in The keywords reserved but not used in the initial version of Java re: When the string objects are compared with ==, the result is true If the… All the bitwise operators have the same level of precedence in Java. Which of the following classes are available in the java.lang package? Which of the following methods belong to the String class? What is error in the following class definitions? abstract class… A Java monitor must either extend thread class or implement Runnable interface. executeUpdate(------------) returns ___________ The break statement is required in the default case of a switch selection… Which of the following will produce a value of 22 if x=22.9: If a=10 and b= 15, then the statement x =(a>b)?a:b; assigns the value… Which of the following statements are true? If m and n are int type variables, what will be the result of the expression'm… A variable declared inside the for loop control can not be referenced… Every method of a final in class is implicitly final. It is perfectly legal to assign a subclass object to a supper class reference. Which of the following are keywords? In the code below, what data types the variable x can have? When we invoke repaint () for a Component, the AWT invokes the method: In RMI we invoke client method from remote server A thread can make second thread ineligible for execution by calling the… A static class method can be invoked by simply using the name of the method… The setBackground() method is part of the class