Is it possible in Java to override a toString for an Objects array?
For example, let\'s say I created a simple class, User (it doesn\'t really matter wh
User
No. Of course you can create a static method User.toString( User[] ), but it won't be called implicitly.