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

> ...not my day...  Let's try this again:
>
> ArrayList<String> myList = new ArrayList<String>();
>
> There, we have the... class name, the data type... the variable
> name... the equals, a 'new', and then the class name and data type
> again, and the parentheses, and the semicolon.  Okay.  THAT is the
> correct way it is done.  Not that you cared, or couldn't figure it
> out, I just care about getting things right, and not looking like a
> complete idiot (also, if anyone learns about this from me, I want
> them to learn it RIGHT. ^_^).  Sorry for the multiple emails.
>
> --Scott
>
>

Well, this is great for Java. However, its a pity that they decided to
employ the same horrible sintax as in C++...

Hopefully, C# 2.0's generics will improve the syntax...

Regards,
Fernando.




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


Other related posts: