Q:

How to declare an object of class String?

0

How to declare an object of class String?


  1. String object_Name = value;
  2. String object_name = new;
  3. String object_name= new value;
  4. String object_name= value new;

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(a).String object_Name = value;

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING INBUILT CLASSES MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What does function length do in String class?... >>
<< Which is a true statement for object of String cla...