String Handling in Java

Quiz
•
Computers
•
10th Grade
•
Hard
Swarn Mishra
Used 161+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Select correct relationship between index numbers and length of a string.
They both are assigned by user
They both are always equal
Last index number is one less than the length of string
Last index number is one more than the length of string
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the output of following statement-
System.out.println("Jai Jagat".length());
8
7
9
2
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the output of following statement-
System.out.println("Jai Jagat".charAt(1));
J
j
a
Jai
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following statement can be used to print last character of string "str"
System.out.println(str.charAt(str.length()-1));
System.out.println(str.charAt(str.length()));
5.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Select all correct statement(s) about "String" data type of java-
String is a class
String is an array of characters
String values are enclosed between " "
We can use "+" operator with strings
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Following is a statement to print first character of a string, compete it by filling the blank-
System.out.println(str.charAt(____));
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Following is a statement to print last character of a string having 22 characters, compete it by filling the blank-
System.out.println(str.charAt(____));
8.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Select any two correct statements-
length returns total number of characters of a string
length() is a method
length is a property
length() counts total number of elements of an array
Similar Resources on Wayground
12 questions
Java Code

Quiz
•
10th - 12th Grade
10 questions
Java-Quiz 2

Quiz
•
10th Grade
9 questions
quis lat soal

Quiz
•
9th - 12th Grade
13 questions
python A

Quiz
•
10th Grade
10 questions
python

Quiz
•
9th - 12th Grade
10 questions
Java Math

Quiz
•
1st - 12th Grade
10 questions
AP CSA Unit 1 & 2 Review

Quiz
•
9th - 12th Grade
10 questions
C# lesson10

Quiz
•
1st - 10th Grade
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
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade