Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Suppose you want to print the value of object sl. What should you w class StudentToStr int rollno; string name; String city; Studenttostr(int rollno, String
Suppose you want to print the value of object sl. What should you w class StudentToStr int rollno; string name; String city; Studenttostr(int rollno, String name, string city) { this.rollno-rolino; this.name-name; this.city=city; } public String toString() { return rollnot" "+name+" "+city; 1 public static void main(String args[]) { StudentToStr 31=new StudentToStr(101, "Raj","lucknow"); (2) } } 0 a. System.out.println(StudentToStr); o b. System.out.println (toString(); OC. System.out.println(si); O d. System.out.println(this.si)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started