This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
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 The Mikado Method this week in the Agile and other Processes 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: 14672
    
  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://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: List initialization syntax
 
Similar Threads
polymorphical issue on collection
K&B generics doubt
What this code does?
Polymorphic Declaration
Generics