Strings In java

Strings In java

9th - 10th Grade

35 Qs

quiz-placeholder

Similar activities

Java Easy

Java Easy

10th - 12th Grade

40 Qs

class 10 output

class 10 output

10th Grade

35 Qs

Java algoritmi

Java algoritmi

9th Grade

40 Qs

J3 - Review 2021-22

J3 - Review 2021-22

9th - 12th Grade

36 Qs

AP CSA Unit 2 Review

AP CSA Unit 2 Review

10th - 12th Grade

31 Qs

UAS  Informatika Semester Genap  TA. 2024/2025

UAS Informatika Semester Genap TA. 2024/2025

10th Grade

30 Qs

Zero Lessons Test Review

Zero Lessons Test Review

10th - 12th Grade

32 Qs

Chapter 3 (to Section 3.6) Test

Chapter 3 (to Section 3.6) Test

9th - 12th Grade

34 Qs

Strings In java

Strings In java

Assessment

Quiz

Computers

9th - 10th Grade

Medium

Created by

Arsha Arun

Used 36+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which type of data is used to enter the value ("Welcome")?
Text
Characters
String
Boolean

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of data is used to enter the value (1234.5)?

Integer

double

char

void

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do we use the Scanner Library in java for?

Give permissions to the user

Correcting software errors

Allows user to read data

Allows the user to enter data

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To concatenate the programmer must: 
have quotations (" ")
use the plus symbol + 
escape sequences (\t\n)
use System.out.print( );

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output for the following statement:

System.out.print("1"+"1");

11

2

Error Message

1+1

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method to use to find length of a string?

length()

size()

long()

count()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type gets returned from length() method in String class?

double

String

int

number

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?