Top Posters
Since Sunday
o
1
1
New Topic  
Izaganag Izaganag
wrote...
Posts: 686
Rep: 2 0
8 years ago
Consider having three String variables a, b, and c.  The statement c = a + b; also can be achieved by saying
A) c = (int) a + (int) b;
B) c = a.plus(b);
C) c = a.concat(b);
D) c = b.concat(a);
E) c = a.length( ) + b.length( );
Textbook 
Java Software Solutions: Foundations of Program Design

Java Software Solutions: Foundations of Program Design


Edition: 7th
Authors:
Read 320 times
3 Replies
Replies
Answer verified by a subject expert
habibtihabibti
wrote...
Top Poster
Posts: 1486
8 years ago
Sign in or Sign up in seconds to unlock everything for free
More solutions for this book are available here
RubbahDucky,  Jerry Chen

Related Topics

Izaganag Author
wrote...
8 years ago
Yeah, that works Slight Smile Thank you.
wrote...
8 years ago
Guys, you see that "vote as best answer" button below the answer, CLICK IT Slight Smile Slight Smile
New Topic      
Explore
Post your homework questions and get free online help from our incredible volunteers
  818 People Browsing
 158 Signed Up Today
Related Images
  
 372
  
 4890
  
 945
Your Opinion
What's your favorite math subject?
Votes: 315