How To Declare An Object Of Class String #1337
How to declare an object of class String?
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 Inbuilt Classes - OOPs MCQ: String Class - Quiz No.1.
How to declare an object of class String?
String object_Name = value;
String object_name = new;
String object_name= new value;
String object_name= value new;