|
|
|
|
Title: Intermediate Java Tutorial - 5 - ArrayList Program
Added: Feb 6, 2010
Author: thenewboston
Duration: 6:0
Description:
Finish building our program demonstrating lists.
Related Videos:
Videos related to 'Intermediate Java Tutorial - 5 - ArrayList Program'
Channel: Education
Tags: install download jdk se ee java development kit new beginner tutorials eclipse variables if while loop object classes
install download jdk se ee java development kit new beginner tutorials eclipse variables if while loop object classes
Youtube Comments: 72
Radnyxerr Says:
Dec 24, 2011 - Curly brackets are only needed if the assignment is only 1 line long.
zinoonomiwo Says:
Jan 6, 2012 - I'm still there...
martmelee Says:
Jan 6, 2012 - holy shit, first time i watched this tutorial i was like WTF? now i am more experienced with programming and i get every line of code perfectly.THANKS BUCK!!
SurgeDungeon Says:
Jan 8, 2012 - Same
FunambuloCabotino Says:
Jan 12, 2012 - @Radnyxerr, You mean: "Curly brackets are only needed if the assignment is GREATER THAN 1 line long.", right?
devilazpl Says:
Jan 29, 2012 - using iterators in cpp looked much better than here in java
arielcontreras08 Says:
Feb 3, 2012 - bucky, im just wondering why did you use "Collection" instead of "List"?thanks
ericoficinag3 Says:
Feb 6, 2012 - Dude I think JVM points to same string on the memory already. Please check the information by hashcode(). it is going to point to same position on the memory.===========public class HashTest { public static void main(String... args) { String name = "abc"; String surname = "abc"; System.out.println(name.hashCode()); System.out.println(surname.hashCode()); }}=========print9635496354
7Qerido Says:
Feb 6, 2012 - hahaha I love how he says "item by item" I cant have a straight face every time he says it
SeverianTHEONE Says:
Feb 12, 2012 - a.. "Shtryng" ahahahhahaahBtw, I don't understand what does the "String" word between the minor and mayor sign... :(
TheViolinCalamity Says:
Feb 18, 2012 - I think it's because a list is a type of collection so you could use the same method with a wider range of variables (not just lists). Hope that help[s :)
SOAD525 Says:
Feb 21, 2012 - why do you need printf for printing out the list?
glampkoo Says:
Mar 7, 2012 - Why the top comments on bucky's videos are always 2 years old?
glampkoo Says:
Mar 7, 2012 - Wait bucky! Don't you see I have to copy down to eclipse? This is like school! C'mon, I will clean up the board!
faeryshivers Says:
Mar 15, 2012 - I know this is old but for anyone else having that problem (I had it) it's when I copied for the second //add array items to list, I didn't rename it to list2.add(y); it was still list1
pineappleking73000 Says:
Mar 19, 2012 - you really shouldn't be on intermediate tutorials ...
SOAD525 Says:
Mar 19, 2012 - ive never seen it print out like that. always works without the function
saokz7 Says:
Mar 25, 2012 - Hey if anyone could help me out with this it would be great. How would I set a computer directory as an arraylist?
BinaryRobin Says:
Apr 17, 2012 - ITAEJM and SHTRYNGS
Aerosmithism Says:
May 15, 2012 - what gives man, you didn't say anything about rubber classes.....
xxfinaldayxx1 Says:
May 17, 2012 - All these videos are really useful. The reason why some of our logic is written in a long way is because we did not know that such methods exists. Thank you, it helped us a lot.
kdavies613 Says:
May 22, 2012 - what program is he using?
AnnaMicrosoft Says:
May 22, 2012 - eclipse.
amadasunm1 Says:
May 29, 2012 - Can someone explain to me why we are using the greater than and less than symbols?












TheNickMead Says:
Dec 4, 2011 - What happened to all the Minecraft comments?