JAVA - Day2

JAVA - Day2

University

15 Qs

quiz-placeholder

Similar activities

Programación Orientada a Objetos

Programación Orientada a Objetos

University

10 Qs

PROGRAMMING 1

PROGRAMMING 1

University

20 Qs

B2 - TS#1

B2 - TS#1

University

10 Qs

Review loops

Review loops

8th Grade - University

12 Qs

2F-1 | Python Quiz | 14/10/2024

2F-1 | Python Quiz | 14/10/2024

University

20 Qs

Java Programming Basics Quiz

Java Programming Basics Quiz

University

10 Qs

Java Fundamentals Assessment

Java Fundamentals Assessment

University

20 Qs

Understanding Data Structures

Understanding Data Structures

University

12 Qs

JAVA - Day2

JAVA - Day2

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Chitra Muthu

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following is immutable in Java?

String

StringBuffer

StringBuilder

Both B and C

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What will be the output of the following code?
String s1 = "Hello";

String s2 = "Hello";

System.out.println(s1 == s2);

true

false

Compilation error

Runtime error

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following is used to create a mutable string in Java?

String

StringBuffer

StringBuilder

Both B and C

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which method is used to get the length of a string?

size()

length()

getSize()

getLength()

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following is thread-safe?

String

StringBuffer

StringBuilder

Both A and B

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What will be the output of the following code?
String s = "Java";

s.concat("Programming");

System.out.println(s);

JavaProgramming

Java

Compilation Error

Runtime Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following class provides fast and efficient string modification?

String

StringBuffer

StringBuilder

Both B and C

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?