String s1 = "one";
String s2 = s1.concat("two")
a) one
b) two
c) onetwo
d) twoone
What will s2 contain after following lines of Java code?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What will s2 contain after following lines of Java code?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!