Page 1 of 1

A-consider a public class A and the expression A obj= new A(); the object referenced by obj : does it have a toString()m

Posted: Sat May 14, 2022 8:17 pm
by answerhappygod
A-consider a public class A and the expression A obj= new
A();
the object referenced by obj : does it have a toString()method?
is it built with a constructor? justify
B- Integer.parseInt(chaine): what does Integer refrence? and
parseInt(chaine)? (if classes, instance variable etc..)