
Java Programming Quiz in String

Quiz
•
Other
•
Professional Development
•
Medium

Niveditha N
Used 2+ times
FREE Resource
21 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be the output of the following code? String s1 = "Java"; String s2 = "Java"; String s3 = new String("Java"); System.out.println(s1 == s2); System.out.println(s1 == s3);
true, true
true, false
false, true
false, false
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be printed? String s = "abc"; s.concat("def"); System.out.println(s);
abc
abcdef
def
Compilation error
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Choose the correct statement:
StringBuilder is synchronized.
StringBuffer is not synchronized.
StringBuilder is faster but not thread-safe.
String is mutable.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Output? StringBuilder sb = new StringBuilder("123"); sb.reverse(); System.out.println(sb);
123
321
Error
1 2 3
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will this print? String str = "hello"; str.toUpperCase(); System.out.println(str);
HELLO
hello
Error
null
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of these methods is NOT available in StringBuilder?
append()
reverse()
charAt()
trim()
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which creates a new object each time it's modified?
String
StringBuffer
StringBuilder
All of the above
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
todo sobre games

Quiz
•
Professional Development
20 questions
UKMT Operasional Bagian 4

Quiz
•
Professional Development
20 questions
PEMOGRAMAN BERORINTASI OBJECK XII_I

Quiz
•
Professional Development
20 questions
VIVANTA 23

Quiz
•
Professional Development
20 questions
Emoji trivia

Quiz
•
KG - Professional Dev...
16 questions
Kuiz Medication Safety 1

Quiz
•
Professional Development
20 questions
Windows 10 Professional

Quiz
•
Professional Development
16 questions
CroKiX PC®

Quiz
•
Professional Development
Popular Resources on Wayground
15 questions
Hersheys' Travels Quiz (AM)

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
30 questions
Lufkin Road Middle School Student Handbook & Policies Assessment

Quiz
•
7th Grade
20 questions
Multiplication Facts

Quiz
•
3rd Grade
17 questions
MIXED Factoring Review

Quiz
•
KG - University
10 questions
Laws of Exponents

Quiz
•
9th Grade
10 questions
Characterization

Quiz
•
3rd - 7th Grade
10 questions
Multiply Fractions

Quiz
•
6th Grade