Saturday, 8 November 2014

final List list= new ArrayList(); It is valid or not? (final key word is applicable for Collection or not?)

There is no effect to List if using the final key word to List.

No comments:

Post a Comment