This is a good question, and I've wondered about that myself. I'm going to 'report' the question, not because there's anything wrong with it, but to bring it to the attention of the Moderators, so they can tell both of us.
Answer: In java the symbol "+" operator is used to perform string concatenation.
Explanation:
String concatenation refers to joining of two strings. So in java + is used to join strings which works provided one of the operands must be a String variable. Then it works by converting the other variable to String variable and joins the second operand to the end of the first operand.
An example of String concatenation is as follows:
int age = 10;
System.out.println("The boys age is " + age);
Output:
The boys age is 10.
here, the age is integer variable but as the phrase "The boys age is" is a String variable so it converts the age to String variable and joins both the Strings.
Hi,
First to achieve any goal that is in the range of high ambition you need a great deal of work in other words you must not be lazy. Now if i got this right your goal is to be promoted by using personal goals. I suggest you separate your personal and work goals. Try harder for what feels right!
Hope this helps.
r3t40
Answer:
in the name box in the formula bar
Explanation:
edg 2020!!