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


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


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>();

...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


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


Other related posts: