Question: FOR JAVA. Write the method whatIsThisobject. whatIsThisobject accepts a single Object as a parameter, and outputs to the console based on what type of object
FOR JAVA.

Write the method whatIsThisobject. whatIsThisobject accepts a single Object as a parameter, and outputs to the console based on what type of object is passed. Create a main program that tests whatIs Thisobject for all the wrapper classes listed below. If a different kind of object is passed, the method should print "I don't know what kind of object that was." to the console. These wrapper classes are built into Java; you do not need to create them! - Boolean - Byte - Character - Integer - Float - Double - Long - Short A sample main (test) program and output follow. This program does not test all the required data types. You must supply your own initial values for test variables. You must test whatIsThisobject with an object of type Exception and String in addition to the wrapper classes listed above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
