Contrustor can have any return type
True
False
Reference variables are immutable while String objects are not
equal() method is used to compare the primitive variables
Below expression is valid While(int x==2)
The only type that a switch can evaluate is the primitive int
For any reference values x and y, x.equals(y) should return true if and only if y.equals(x) returns true
Collection and Collections refer to same type of interface
The + operator in JAVA can't be overloaded.
Relational operators always result in a integer value.
Java has six relational operators in that two are also called as equality operators.