Solve(JAVA CODE)
Code:
//Consider that a class is already created.
String name = null;
String s="";
How Many Objects are Created in the Above Code, and if object is created then what will be the Length of the Object Created?
Code:
//Consider that a class is already created.
String name = null;
String s="";
How Many Objects are Created in the Above Code, and if object is created then what will be the Length of the Object Created?
No comments:
Post a Comment