programming languages Online Quiz - 135
Description: programming languages Online Quiz - 135 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Attempted
0/20
Correct 0
Score 0
‹
›
A catch can have comma separated multiple arguments
The overriding method cant have a more restrictive access modifier than the method being overridden.
equal() method is used to compare the primitive variables
Below expression is valid While(int x==2)
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
Relational operators always result in a integer value.
Java has six relational operators in that two are also called as equality operators.