|
|
|
|
Title: Intermediate Java Tutorial - 17 - Generic Methods
Added: Feb 28, 2010
Author: thenewboston
Duration: 4:40
Description:
Methods that are generic.
Related Videos:
Videos related to 'Intermediate Java Tutorial - 17 - Generic Methods'
Channel: Howto
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: 62
Azutrumable Says:
Dec 28, 2011 - They are copying bucky :D
bishnuinet Says:
Jan 1, 2012 - May I know about it?I'm infant with Java programming...I'm curious with these example. Both of example give us same reasult..What is the different?String[] thePeople = {"Marc", "Dav", Kevin};//andString thePeople[] = {"Marc, "Dave", "Kevin"};//I demonstrated in that way;for(String x:thePeople) System.out.println(x);
Viddharto Says:
Jan 11, 2012 - Lol, watched this and then I was like WTF, and then I noticed I was watching the Intermediate tutorial.
JavaMonsterification Says:
Jan 17, 2012 - I believe u can use the prior i.e String [] a,b,c to declare several arrays of type string as opposed to String[] a,b,c which makes 1 string array(a) and two variables (b & c)
JavaMonsterification Says:
Jan 17, 2012 - @360boxes Read up on Generics and their associated wrapper classes that will clear up your question
888888881me Says:
Jan 28, 2012 - @360boxes here. I am a little late.... but here... lol. I'm not even sure if you remember posting this xD but here is why you say Integer and not int /watch?v=GG7AjNXS0OA
devilazpl Says:
Jan 29, 2012 - @360boxes Int, Char are basic types but Integer and Character are classes that represent Int or Char, they have some more methods
devilazpl Says:
Jan 29, 2012 - its the same but some ppl maybe prefer arrays in C++ style where itsstring array[];i dont know at all ;/
dima4u5 Says:
Feb 13, 2012 - @360boxes because Integer and Character it's Objects !!!!!!!!!he does arrays of Object, not variables .With Object U can use many methods.......
lolmewn Says:
Feb 27, 2012 - @360boxes It's both possible, Character[] is the super class. I'd use char[] aswell, but apparently it doesn't matter.
ghandi851 Says:
Feb 27, 2012 - i get errors if i don't put static as it is!static int [] iray = {1,4,5,6}; static char [] hray = {'a','v','c'};why is that?tanxi like your video !!
rymantas59 Says:
Feb 28, 2012 - Character[] ect. is used with collections more often
PixelDeBurner Says:
Mar 17, 2012 - why Integer[] and Character[] , when you could use : int[] char[] ???
Frogfish999 Says:
Mar 19, 2012 - wow, that comment was pretty Generic
pineappleking73000 Says:
Mar 22, 2012 - why not use an int[] array instead of an Interger[] array? does it make a difference?
zehawk1 Says:
Mar 26, 2012 - Hey nice video as always! If you have the time, please check out my indie game im currently working on in Java, im working hard on it and need the support i can get! Thanks for your time!
conorucd Says:
Mar 30, 2012 - Integer is an object, int is a primitive.
seed419 Says:
May 7, 2012 - dat shit cray
Alexxv46 Says:
May 9, 2012 - Заебался по-английски писать. Давайте, накатаю по-нашему че-нить. В общем, накрутил, ты, Баки, туеву хучу методов, чтоб распечатать каждый массив букв в конце. Перевод бумаги. Нада компактнее :)))
j2i2dity2r2thore Says:
May 11, 2012 - bucy sounds like bussybuky should sound like bucky
djleisheng Says:
May 11, 2012 - Sounds like you probably created those two arrays outside of your public static void main method. Put it inside the method instead
AnnaMicrosoft Says:
May 23, 2012 - da da da horosho ! vse budet horosho
Alexxv46 Says:
May 25, 2012 - Everything's going to be great, I trust you :)












immortaljin Says:
Dec 28, 2011 - lol, this is so funny, are you using a book as a guide or something? because my course at school is following EXACT the same steps as you are, so I'm wondering if you both are using a book as guide line, or if they are making there slides based on your videos ;p