0

programming languages Online Quiz - 135

Description: programming languages Online Quiz - 135
Number of Questions: 20
Created by:
Tags: programming languages
Attempted 0/20 Correct 0 Score 0

A catch can have comma separated multiple arguments

  1. True

  2. False


Correct Option: A

The overriding method cant have a more restrictive access modifier than the method being overridden.

  1. True

  2. False


Correct Option: A

equal() method is used to compare the primitive variables

  1. True

  2. False


Correct Option: A

Below expression is valid While(int x==2)

  1. True

  2. False


Correct Option: A

For any reference values x and y, x.equals(y) should return true if and only if y.equals(x) returns true

  1. True

  2. False


Correct Option: A

Collection and Collections refer to same type of interface

  1. True

  2. False


Correct Option: A

Relational operators always result in a integer value.

  1. True

  2. False


Correct Option: B

Java has six relational operators in that two are also called as equality operators.

  1. True

  2. False


Correct Option: A
- Hide questions