Java Programming and Technical Programming Arrays

Can we create a String object by using an array of characters?
[1] If Yes, then how?
[2] If No, then why?

Read Solution (Total 5)

Java Other Question

Have You Seen A "Tree"??
a)Yes b)No
The above question is related to class and Object....If you say Yes/No....please Submit your reason also
Which is the correct option for comparing the contents of 2 String objects?
[1] == operator
[2] equals() method
[3] Both