String is an ................
String

Quiz
•
Computers
•
1st - 3rd Grade
•
Medium
ANIS (PBU)
Used 1+ times
FREE Resource
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
array of integers
array of characters
array of class
array of data type
2.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Example 1
String s = new String( );
Syntax
String stringobject = new String( );
Creating String Object : Empty Object
Creating String Object : Not Empty Object
3.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Example 4
String s = "I have to study for my exams";
Syntax
String stringobject = <string value>;
Creating String Object : Empty Object
Creating String Object : Not Empty Object
4.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
String country = "Malaysia";
int i = country.length( );
value of i is 10
value of i is 6
value of i is 8
value of i is 4
5.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
String firststring = "Welcome to ";
String secondstring = "Malaysia";
String thirdstring = firststring.concat(secondstring);
System.out.println(thirdstring);
Malaysia
Malaysia Welcome to
Welcome to Malaysia
Welcome to
6.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Identify are they the method of String Class ?
charAt()
equals()
indexOf()
replace()
trim()
True.
All of them are method of String Class
False.
All of them are not method of String Classlse
Similar Resources on Quizizz
7 questions
JSON e Express

Quiz
•
3rd Grade
10 questions
Python-Partie7

Quiz
•
1st Grade
10 questions
VECTORES

Quiz
•
1st - 5th Grade
10 questions
Yr 7 Flowgorithm

Quiz
•
3rd Grade
10 questions
Python-Partie5

Quiz
•
1st Grade
10 questions
Year 9 Programming Constructs

Quiz
•
1st - 12th Grade
10 questions
INTRODUCTION TO OOP

Quiz
•
1st - 3rd Grade
10 questions
Programming - Arrays

Quiz
•
2nd - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
10 questions
American Flag

Quiz
•
1st - 2nd Grade
14 questions
IREAD-3 Practice Test

Quiz
•
3rd Grade
10 questions
Identifying equations

Quiz
•
KG - University
10 questions
Perimeter of Polygons!

Quiz
•
3rd Grade
10 questions
2nd Grade math review

Quiz
•
2nd Grade
20 questions
Math Review

Quiz
•
3rd Grade
18 questions
Traits

Quiz
•
3rd Grade
16 questions
Chapter 8 - Getting Along with your Supervisor

Quiz
•
3rd Grade - Professio...