Home

What is the correct answer?

4

All the bitwise operators have the same level of precedence in Java.

A. True

B. False

Correct Answer :

A. True


Related Questions

Submit button always fires doPost(...) Message-Driven beans act as a listener for the Java Message Service API,… A string object can not be modified after it is created. Consider the following statements: int x = 10, y = 15; x = ((x < y)… Which of the following are not keywords? The break statement is required in the default case of a switch selection… JdbcOdbcDriver is an object of Object class The name of a Java program file must match the name of the class with… Which of the following represent legal flow control statements? executeUpdate automatically updates data because___________ Two methods cannot have the same name in Java. When present, package must be the first no comment statement in the file. If you want to assign a value of 99 to the variable year, then which of… The keywords reserved but not used in the initial version of Java re: A final class may not have any abstract method. It is an error to catch the same type of exception in two different catch… Which of the following statements are valid array declarations? The setBackground() method is part of the class Which of the following methods can be used to remove a component from… A JSP file can be stored_________________ The expression (x == y && a<b) is true If either x == y is true or… 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… The concept of multiple inheritance is implemented in Java by Give file is a file object, which of the following are legal statements… Which of the following classes are available in the java.lang package? Which of the following are keywords? JSP files creates ________________ For all insert, update, delete, query operations on a database, ResultSet… DataInput is