[gameprogrammer] Re: What do I need to download develop a client/server java applet?


On 22 Jul, 2005, at 12:17 PM, Scott Harper wrote:

... ArraList myList = new ArrayList<String>(); ...

My apologies, the CORRECT code for this would be as follows:

ArrayList<String> = new ArrayList<String>();

And in case you're not too familiar with Java 5, here's a page which discusses the newer generics features:

http://java.sun.com/developer/technicalArticles/J2SE/generics/

Again, not trying to argue, I just want to know what makes generics, and what about Java means it doesn't support them.
--Scott



--------------------- To unsubscribe go to http://gameprogrammer.com/mailinglist.html


Other related posts: