STRING HANDLING

Quiz
•
Computers
•
10th Grade
•
Hard
Nimmy Anson
Used 66+ times
FREE Resource
10 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Write the output of the following
String s1 = "phoenix" ;
String s2 = "island" ;
System.out.println(s1.concat(s2.substring(2)) ;
2.
FILL IN THE BLANK QUESTION
1 min • 1 pt
"TRANSPARENT".compareTo("TRANSITION");
3.
FILL IN THE BLANK QUESTION
1 min • 1 pt
String s = "Today is Test";
System.out.println(s.indexOf('T'));
4.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Write the java statement to concatenate string a with string b and store in string c.
String a = "Feel" ;
String b = "Fresh";
5.
FILL IN THE BLANK QUESTION
1 min • 1 pt
String a = "Smartphone";
String b = "Graphic Art";
String h = a.substring(2,5);
String k = "b.substring(8).toUpperCase();
System.out.println(k.equalsIgnoreCase(h));
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Give the output of the following
"ACHIEVEMENT".replace('E','A');
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Write the out put of the following
System.out.println("FIVE"+5+2);
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Java Code Tracing Practice A

Quiz
•
9th - 12th Grade
15 questions
Area and Arrays

Quiz
•
10th - 12th Grade
15 questions
Programación en C# - Variables y Entrada/Salida

Quiz
•
10th Grade
13 questions
String Manipulation

Quiz
•
9th - 11th Grade
15 questions
Java Basic Data Structures

Quiz
•
6th - 10th Grade
12 questions
AppsLab_Q3

Quiz
•
1st Grade - Professio...
15 questions
Большое Повторение C#

Quiz
•
5th Grade - University
15 questions
Java Script Quiz

Quiz
•
9th - 12th 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