Home

What is the correct answer?

4

putValue(...) method takes _____________________-

A. Two arguments of object type

B. First one is of a character type and second one is of an object type

C. First one is of an object type and second one is of a character type

D. None of the above.

Correct Answer :

A. Two arguments of object type


Related Questions

Which of the following statements are valid array declarations? A thread can make second thread ineligible for execution by calling the… Which of the following represent legal flow control statements? What is error in the following class definitions? abstract class… Servlet has ___________ EJBs can be of the following type(s)None of the above All the bitwise operators have the same level of precedence in Java. Which of the following statements are true? DriverManager.getConnection("jdbc:odbc:dsn_name") method does not depend… If m and n are int type variables, what will be the result of the expression'm… Objects are passed to a method by use of call-by-reference. Which of the following methods belong to the String class? The concept of multiple inheritance is implemented in Java by Which of the following command lines options generates documentation for… Every method of a final in class is implicitly final. The use of protected keyword to a member in a class will restrict its… When the string objects are compared with ==, the result is true If the… We can over load methods with differences only in their return type. What is wrong in the following class definitions? abstract class… Which of the following string can be used as mode string for creating… Every call to wait has a corresponding call to notify that will eventually… The expression (x == y && a<b) is true If either x == y is true or… A final class may not have any abstract method. A JSP file can be stored_________________ When we invoke repaint () for a Component, the AWT invokes the method: Which of the following are not keywords? Given the codeString s = new String("abc");Which of the following calls… It is an error to catch the same type of exception in two different catch… The break statement is required in the default case of a switch selection… Members of a class specified as private are accessible only to the methods…