File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Beginning Java and the fly likes List initialization syntax Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "List initialization syntax" Watch "List initialization syntax" New topic
Author

List initialization syntax

Seetharaman Venkatasamy
Ranch Hand

Joined: Jan 28, 2008
Posts: 5575

Hi Folks,

what is the difference between



and



please explain
Christophe Verré
Sheriff

Joined: Nov 24, 2005
Posts: 14669
    
  11

The first one allows you to create an anonymous class, subclass of ArrayList, where you can override the superclass methods.


[My Blog]
All roads lead to JavaRanch
Seetharaman Venkatasamy
Ranch Hand

Joined: Jan 28, 2008
Posts: 5575

thanks Christophe Verré
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: List initialization syntax
 
Similar Threads
polymorphical issue on collection
K&B generics doubt
What this code does?
Polymorphic Declaration
Generics