Search Header Logo

CS402 T04

Authored by Mike Wong

Computers

Professional Development

Used 3+ times

CS402 T04
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

1. What is the correct way to define a character in Java?

char c = "A";

char c = 'A';

char c = A;

char c = 'AB';

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

2. What will be the output of the following code?

char c = 65;

System.out.println(c);

A

65

Compilation Error

Null

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

3. What does System.out.println('\\'); print?

/

\

\\

Compilation Error

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

4. How do you find the length of a string str in Java?

str.size()

str.length

str.length()

str.len()

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

5. What happens if you try to access an index outside a string's length using charAt()?

Returns null

Returns '0'

Error, throws StringIndexOutOfBoundsException

Returns ' '

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

6. Which method converts a string to uppercase in Java?

str.toUpper()

str.upper()

str.toUpperCase()

toUpperCase(str)

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

7. What does Math.random() return?

A random int value

A random value between 1.0 and 10.0

A random double value greater than 1.0

A random value between 0.0 and smaller than 1.0

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?