Java tutorial in Eclipse (ArrayList)
Uploader Comments (J2inNimestIlma)
All Comments (12)
-
Guys atleast content should be reable.I m unable to see what's going on.
-
Oh, and I have eclipse indigo
-
Now i`ve tried every single tutorial an my pc just dont do a crap. It does everythiing itself and it does it wrong. I have only some minutes for this program to be obligatorely finish.
I have done everything just as him. But it wont find
arr.size
it automaticly writes
ArrayList
instead. please answer me in some hours. Or i wont have time for some weeks.
-
( ) { } [ ] these signs are really hard to tell apart, even in full screen mode it is.
-
You could have just done one import =/ import java.util.*;
-
You tried, I appreciate that..
-
The recommended usage is
List arr = new ArrayList();
because one should "Depend upon Abstractions. Do not depend upon concretions" - See the Dependency Inversion Principle
Also, instead of Hashtable, a HashMap should be used: Map m = new HashMap();
By the way, generics exist since java 5, and they really help programmers a lot.
-
This tutorial is horrible. You could have recorded this in a smaller window, so we could see the text better, instead of 70% white space.
-
Don't worry...good job...if you watch it in full-screen it looks fine and Awesome 5/5, commented(Duh) and subbed =)
-
thanks a lot
The text that you're writing is too small. Plus I can't really see what you're clicking on and such. :o
KyleCourageous 2 years ago
I`m really sorry for bad quality: I used CamStudio and settings were pretty high (orig. file size is 759MB :)
Still it is quite viewable with 1280x1024 Full screen mode + HD
J2inNimestIlma 2 years ago