McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Bachelor of Computer Applications (BCA)
→
Java Programming
→
____ operators which concatenates two st...
Q.
____ operators which concatenates two strings.
A.
+.
B.
++.
C.
-.
D.
++, ++.
Answer» A. +.
3.2k
0
Do you find this helpful?
34
View all MCQs in
Java Programming
Discussion
No comments yet
Login to comment
Related MCQs
Which of these classes is used to read characters and strings in Java from console?
Which of these operators is used to allocate memory to array variable in Java?
which of the following can be operands of arithmetic operators?
Which of these operators is used to allocate memory for an object?
Which of these operators can be used to get run time information about an object?
Which of these operators can skip evaluating right hand operand?.
_________ Operators are overloaded for string objects?
What is the output of relational operators?.
Consider the following list.list = {24, 20, 10, 75, 70, 18, 60, 35} Suppose that list is sorted using the selection sort algorithm as discussed in the book. What is the resulting list after two passes of the sorting phase, that is, after two iteration of the outer for loop?
The concept of multiple inheritance is implemented in Java by ____ (i.) extending two or more classes (ii.) extending one class and implementing one or more interfaces (iii.) implementing two or more interfaces (iv.) all of these