Home

What is the correct answer?

4

The check box group class is a subclass of the component class.

A. True

B. False

Correct Answer :

B. False


Related Questions

A final class may not have any abstract method. JdbcOdbcDriver is an object of Object class The default case is always required in the switch selection structure. Consider the following class definition.Class Student extends String{}What… In RMI before running the client program we must start RMI Registry. A static class method can be invoked by simply using the name of the method… Connection, Statement are interfaces and ResultSet is a class. A package is a collection of The name of the RMI compiler is ___________ In evaluating a logical expression of type 'Boolean expression 1&& Boolean… What is wrong in the following class definitions? abstract class… Which of the following methods can be used to change the size of a size()… DataInput is Which of the following methods belong to the String class? A JSP file can be stored_________________ What is java -g used for? JSP files creates ________________ Which of the following statements are true? Throwing an exception always causes program termination. Which of the following string can be used as mode string for creating… What does the following line of code do?TextField text=new TextField(10); When we invoke repaint () for a Component, the AWT invokes the method: It is perfectly legal to assign a subclass object to a supper class reference. Frames and applets cannot be used together in the same program. A thread can make second thread ineligible for execution by calling the… What is error in the following class definitions? abstract class… putValue(...) method takes _____________________- Consider the following statements: int x = 10, y = 15; x = ((x < y)… If m and n are int type variables, what will be the result of the expression'm… Which of the following are not keywords?