adplus-dvertising
frame-decoration

Question

Choose the constructor type used to build strings from character array:

a.

public String(value)

b.

public String(char[ ] value, int startIndex, int length)

c.

public String(char[ ])

d.

all of the mentioned

Posted under C# programming

Answer: (b).public String(char[ ] value, int startIndex, int length)

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Choose the constructor type used to build strings from character array: