elaborate the lsquo operator and its constraints


Elaborate the ‘+ ' operator and its constraints along with the help of examples?

The + Operator Used on Strings. The + operator could also be used to add string variables or text values together. For add two or more string variables together, use the + operator.

Example:
txt1="What a very";
txt2="nice day";
txt3=txt1+txt2;
Now txt3 will be having this value "What a very nice day".
txt3=txt1+txt2; this statement due to + sign.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: elaborate the lsquo operator and its constraints
Reference No:- TGS0283515

Expected delivery within 24 Hours