Solved

Identify the Object Constructor That Can Be Used to Create

Question 67

Multiple Choice

Identify the object constructor that can be used to create a text string explicitly.


A) var stringVar = new String(text
B) new string stringVar = var(text
C) stringVar = new String(var) ;
D) var stringVar = new Stringvar(var) ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions