Home

What is the correct answer?

4

A constructor must always invoke its supper class constructor in its first statement.

A. True

B. False

Correct Answer :

B. False


Related Questions

Give file is a file object, which of the following are legal statements… Servlet has ___________ DriverManager.getConnection("jdbc:odbc:dsn_name") method does not depend… It is perfectly legal to refer to any instance variable inside of a static… Which of the following statements are true? Servlet can have ___________ The name of the RMI compiler is ___________ Which key word can protect a class in package from accessibility by the… Java always provides a default constructor to a class. Members of a class specified as private are accessible only to the methods… The use of protected keyword to a member in a class will restrict its… Any class may be inherited by another class in the same package. The programmer must explicitly create the system .in and system .out objects. One the features of is that an array can store many different types of… All methods in an abstract class must be declared abstract. JSP files creates ________________ Throwing an exception always causes program termination. Which of the following methods belong to the String class? A string object can not be modified after it is created. Which exception is thrown by the read() method of InputStream class? Message-Driven beans act as a listener for the Java Message Service API,… forName() is a static factory method With javadoc, which of the following denotes a javadoc comment? If a=10 and b= 15, then the statement x =(a>b)?a:b; assigns the value… It is perfectly legal to assign a subclass object to a supper class reference. When we implement an interface method, it should be declared as public. It is an error if a class with one or more abstract methods is not explicitly… The keywords reserved but not used in the initial version of Java re: Which of the following methods can be used to remove a component from… Which of the following string can be used as mode string for creating…