Home

What is the correct answer?

4

The keywords reserved but not used in the initial version of Java re:

A. Synchronized

B. Boolean

C. union

D. goto

Correct Answer :

D. goto


Related Questions

Servlet can have ___________ Two methods cannot have the same name in Java. In the code below, what data types the variable x can have? What is error in the following class definitions? abstract class… Declaring a method synchronized guarantees that the deadlock cannot occur. The programmer must explicitly create the system .in and system .out objects. A method declared as static can not access non-static class members. The expression (x == y && a<b) is true If either x == y is true or… It is an error to have a method with the same signature in both the super… Every method of a final in class is implicitly final. 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()… We can add more than one class(es) at the time of compilation Java Beans. Which of the following string can be used as mode string for creating… The name of a Java program file must match the name of the class with… To delete a file, we can use an instance of class file. A constructor must always invoke its supper class constructor in its first… DriverManager.getConnection("jdbc:odbc:dsn_name") method does not depend… Which of the following methods can be used to remove a component from… Which of the following will produce a value of 22 if x=22.9: Consider the following class definition.Class Student extends String{}What… A string object can not be modified after it is created. Which of the following methods belong to the String class? Throwing an exception always causes program termination. executeUpdate(------------) returns ___________ When we implement the Runnable interface, we must define the method Which of the following represent legal flow control statements? The methods wait() and noify() are defined in Which key word can protect a class in package from accessibility by the… A JSP file can be stored_________________