| Author |
Generic Collections
|
vendikonda sravan
Ranch Hand
Joined: May 09, 2010
Posts: 38
|
|
i didn't get why the line below is not leagal
"List<Animal>animals=new ArrayList<Animal>(); "
can anyone help me understand that
thanks
|
 |
Henry Wong
author
Sheriff
Joined: Sep 28, 2004
Posts: 16815
|
|
I am assuming that you are concluding that the line is not legal due to a compile error? Can you show us what the error is?
Henry
|
Books: Java Threads, 3rd Edition, Jini in a Nutshell, and Java Gems (contributor)
|
 |
vendikonda sravan
Ranch Hand
Joined: May 09, 2010
Posts: 38
|
|
|
thanks for the replay but it yes was some syntactical compilation error as you said have corrected it & it works .
|
 |
 |
|
|
subject: Generic Collections
|
|
|