Question: What happens when you pass an ArrayList to a method with an ArrayList parameter variable, and the method stores an object of type BankAccount into
What happens when you pass an ArrayList to a method with an ArrayList parameter variable, and the method stores an object of type BankAccount into the array list? Try it out and explain.
Step by Step Solution
3.40 Rating (159 Votes )
There are 3 Steps involved in it
This situation will lead to a compile error in Java because of type mismatch The ArrayList were passing to the method is of type String ArrayList whil... View full answer
Get step-by-step solutions from verified subject matter experts
