Strings In java

Strings In java

9th - 10th Grade

35 Qs

quiz-placeholder

Similar activities

J3 - Review 2021-22

J3 - Review 2021-22

9th - 12th Grade

36 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

Java Easy

Java Easy

10th - 12th Grade

40 Qs

ย้อนหลัง กลางภาค Java ระดับต้น

ย้อนหลัง กลางภาค Java ระดับต้น

KG - University

40 Qs

SAD 1 Test Review 5

SAD 1 Test Review 5

9th - 12th Grade

35 Qs

PBO - XII RPL (SMKN 1 Cisarua)

PBO - XII RPL (SMKN 1 Cisarua)

1st - 10th Grade

30 Qs

Java algoritmi

Java algoritmi

9th Grade

40 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?