MCQs > IT & Programming > Actionscript 3 > Given two String variables str1='Hello' and str2= 'World', which 2 ways can be used to concatenate the 2 strings and store the result in str1?

Actionscript 3 MCQs

Given two String variables str1="Hello" and str2="World", which of the following 2 ways can be used to concatenate the 2 strings and store the result in str1?

Answer

Correct Answer: str1.concat(str2);

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Actionscript 3 Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Actionscript 3 Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it