Home

What is the correct answer?

4

Which of the following are the wrapper classes?

A. Random

B. Vector

C. Byte

D. all of the above

Correct Answer :

C. Byte


Related Questions

With javadoc, which of the following denotes a javadoc comment? The default case is always required in the switch selection structure. Java always provides a default constructor to a class. JSP files creates ________________ Consider the following code snippet: try {int x=0; int y=50/x; System.out.println("Division… A package is a collection of When present, package must be the first no comment statement in the file. class.forName(...) creates an instance of java ODBC driver Every call to wait has a corresponding call to notify that will eventually… What is java -g used for? Submit button always fires doPost(...) Which of the following command lines options generates documentation for… Which of the following statements are valid array declarations? The modulus operator (%) can be used only with Integer operands. All the bitwise operators have the same level of precedence in Java. Which of the following string can be used as mode string for creating… When X is a positive number the operations x>> 2 and x>>>2… Session bean A Java monitor must either extend thread class or implement Runnable interface. Any class may be inherited by another class in the same package. The import statement is always the first no comment statement in a Java… It is an error to have a method with the same signature in both the super… Message-Driven beans act as a listener for the Java Message Service API,… Java is fully object oriented programme. In a single Servlet class we can use____________ When we invoke repaint () for a Component, the AWT invokes the method: Which of the following are keywords? It is an error if a class with one or more abstract methods is not explicitly… What is error in the following class definitions? abstract class… Any method in a supper class can be over ridden in its subclass.