STRING HANDLING

STRING HANDLING

10th Grade

10 Qs

quiz-placeholder

Similar activities

AIJ Test 1 Firewall Jaringan

AIJ Test 1 Firewall Jaringan

9th - 12th Grade

10 Qs

Cell Phone Vocabulary

Cell Phone Vocabulary

9th - 12th Grade

12 Qs

Lua Review Corona SDK with Notepad++

Lua Review Corona SDK with Notepad++

10th - 12th Grade

15 Qs

HARDWARE AND SOFTWARE

HARDWARE AND SOFTWARE

2nd - 10th Grade

10 Qs

Q1 M 2 - TOPIC 2 / Check your understanding

Q1 M 2 - TOPIC 2 / Check your understanding

10th Grade

10 Qs

Табличні величини та алгоритми їх опрацювання.

Табличні величини та алгоритми їх опрацювання.

5th - 11th Grade

14 Qs

Chapter 8: Safety and security

Chapter 8: Safety and security

10th - 11th Grade

14 Qs

STRING HANDLING

STRING HANDLING

Assessment

Quiz

Computers

10th Grade

Practice Problem

Hard

Created by

Nimmy Anson

Used 66+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?