Search Header Logo

3rd Qtr QUIZ1 COMPUTER PROGRAMMING-Strings in Java-2-22-2023

Authored by Rhoychie Roy

Computers

12th Grade

Used 15+ times

3rd Qtr QUIZ1 COMPUTER PROGRAMMING-Strings in Java-2-22-2023
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Used to create a Java string object.

import java.awt.*;

java.lang.String class

String literal

 

Using new keyword

 

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Two ways to create a String in Java.

Literal and New Keyword

Keyword and Literal

Str and New String

Methods and Class

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What is the output of the following Java string program?

class Quiz

{

public static void main(String[] args)

{

String s = "Java Programming is Fun";

String s1 = new String("Java Programming");

System.out.println("String1 " + s);

System.out.println("String2 " + s1);

}

}

}

String s1 = Java Programming is Fun

String s2 = Java Programming

String1=Java Programming is Fun

String2=Java Programming

String1 Java Programming is Fun

String2 Java Programming

String s = Java Programming is Fun

String s1 = Java Programming

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

it is constant and can cannot be changed once it has been created.

String

String literal

Using new keyword

Java String contains()

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

These are sequence of characters.

Java String length()

Object

Strings

Java String Methods

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

An object that represents a sequence of characters or char values. (Please type your answer)

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

In Java programming language, strings are treated as?

strings

objects

methods

class

Access all questions and much more by creating a free account

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

Already have an account?