Question:What will be the output of the following code snippet? var num1 : String="Hello"; var num2:String="Hello"; if (num1===num2) { trace ("Equal"); } else { trace ("Unequal"); } 

A Equal 

B Unequal 

C "" 

D Compilation error: Syntax error 

+ Answer
+ Report
Total Preview: 403

Copyright © 2025. Powered by Intellect Software Ltd