
CS402 T04

Quiz
•
Computers
•
Professional Development
•
Hard
Mike Wong
Used 2+ times
FREE Resource
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
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
JWD JS Test Bank 11-20

Quiz
•
Professional Development
20 questions
Database Basics

Quiz
•
Professional Development
10 questions
Quiz String

Quiz
•
Professional Development
10 questions
Basic Programming Kotlin

Quiz
•
Professional Development
15 questions
PROGRAMACION.1.Conceptos Básicos

Quiz
•
Professional Development
12 questions
JDK,JRE,JIT & JVM MCQs

Quiz
•
Professional Development
10 questions
ICT 10 M6 QUIZIZZ

Quiz
•
Professional Development
10 questions
Variable Definition

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade