Question: 13. Often methods are written generically so that you can pass arbitrary types of objects back and forth. Consider the following method call. It requires
13. Often methods are written generically so that you can pass arbitrary types of objects back and forth. Consider the following method call. It requires one cast in order to work. Where should the cast be placed in the code? String str1="hello"; String str2=processobject ( str 1); . public object processobject (Object obj 1 ) object obj2; return obj2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
