Bucky your tutorials are funny and very helpfull at the same time , i never get bored while following them, after i finnish the java intermediate, i will start with your android series , thanks for taking the time to make these , i subscribed to your channel !
Thank you for a clear and concise explanation on Enum and EnumSet. Though I have several years' experience of Java under my belt, I had never had any use for Enums, but now I can think of several. Thanks much again.
Hey Bucky, I love your tutorials. I just found another way to output the object values and properties. I just caught your word that Java takes Enumeration as Array. package ankush; // The other method to output Enumeration objects. // Remember Enum Class is actually an Array public class Enum_Out2 { public static void main(String[] args) { Enumeration person[] = Enumeration.values(); for (int i =0; i
Oh dude I love this Tutorial I didn´t watch all of your videos but if you don´t use the short cuts for System.out.println(...); you can print sysout and press Strg + Space so you don´t have to type all letter of System.out.println(...); and thanx for your tutorial I really enjoy it. :-D
For those having errors, remember that functions/built in functions are case-sensitive. I for example forgot to have a capital E on EnumSet which gave me an error.
by the end of the java tutorial, besides knowing basics in java programming, we will also be able to write an biographic essay on "love memoirs by bucky" :D
Everything in java is an object(instance of a class) even the primitive data types. String data types like "bucky" is an instance of class String. So people is an instance of enum tuna.
He uses tuna people to create an object, people, that references the entire tuna class. He could use anything there, he just chose to use people because that's what the class is working with.
@TheDrCN you probably cant use the same method as it uses java.util.EnumSet which is a library meant for Enums, but to do that on regular arrays, what you do instead is not using an enhanced for loop but a regular, and it would go like this, lets say you have an array named random[49], which goes from 0 to 49, but you want to use a range from 15 to 35, then your for loop would go like this: for (int x=15;x
I really enjoy watching these after a while. And the only thing that bothers me a bit is how he writes constants and class names. You would usualy write constants in CAPS and class names with the first letter Cappital. It's like using i in for loops. : )
how did he get the parameters definition in the toolbar saying "from" and "to"? i only got like this. .range(E arg0, E arg1). Should i include any documentation to eclipse to enable that feature?
It could be ranged with for loop too, but working with the index: for (int i = 3; i < Tuna.values().length - 1; i++) { System.out.printf("%s is %s and is %s yearsold. ", Tuna.values()[i], Tuna.values()[i].getDesc(), Tuna.values()[i].getYears()); }
Why you are not using curly braces in For Statement (Both the For Statements are without curley brackets). Let me know which is a good practice -- with braces or without braces. Your Tutorials are awesome.. keep sharing and keep earning..lol
l have aproblem when i use enumset in for loop it gives me error in (netbeans compiler) and in (eclips compiler )it didnot recognize the library at all
i want to know that, how to pass value to the class Enum from user? is there any way? because i have tried giving Constants the parameters...but that doesn't worked....:(
bucky can you explain more about this, for example how to make the object from another class like you did last tutorial : tuna tunaObject = new tuna(); with enum class you can not creat an object to another class. I can understand all but I need more to know about enumset and why are useful?
Damn Bucky!!!
Treating girls like objects... ts ts ts
Marko Polo lol
Marko Polo I'm calling Tumblr
+Marko Polo Ikr? He has a gf each year or so XD
+Marko Polo nice one
+Marko Polo Bucky's name is in the list of objects too
From these tutorials I learned more than just Java, the fact that Bucky was a fuckboy in his prime is confirmed.
I think you mean Chad.
after programming,we demand you to make "How to get girlfriend" tutorial xD
omg yes lmfao
Xd ikr
😂😂😂😂😂😂😂😂😂😂😂😂lmao
right I thought the same.
Bucky your tutorials are funny and very helpfull at the same time , i never get bored while following them, after i finnish the java intermediate, i will start with your android series , thanks for taking the time to make these , i subscribed to your channel !
Lol you killed me at "so that's your tutorial of my former love life" hahah
Adding humor to it does help learning things a lot faster Thanks
Who else is hype for GUI tuts and want to finish these ASAP? :3
Yep haha
me
me 3!
4 more tutorials to go before that, have you started those? if so how are they?
Username? Whats that? very confusing haha
Thank you for a clear and concise explanation on Enum and EnumSet. Though I have several years' experience of Java under my belt, I had never had any use for Enums, but now I can think of several. Thanks much again.
omg almost at the GUI tutorial :D so excited!!
so am i, i thought we'd see the GUI in the advanced playlist!!!
yep, GUI! The thing everyone's excited for, including me! These past tutorials have been confusing...But I'll probably look them up.
I can't practise this, as I don't have any former girlfriends to put in !?!
Your ex-boyfriends work great the same! :-)
Nguyen Ngoc Ngan Ah thanks man, for allowing me to write down your name.
Big kiss xxx!
I can feel u ;(
Is it bad I put food name instead of real people name?
Dan Kerr Amount of sadness :(
"We don't have time to think, we have time to do" - it was so deep ;|
@bucky is this some kind of softporn turorial any way i love your style man:(
shit ! your dialogue"We got no time to think but we got time to do" was soooo dope
Hey Bucky,
I love your tutorials. I just found another way to output the object values and properties. I just caught your word that Java takes Enumeration as Array.
package ankush;
// The other method to output Enumeration objects.
// Remember Enum Class is actually an Array
public class Enum_Out2 {
public static void main(String[] args) {
Enumeration person[] = Enumeration.values();
for (int i =0; i
Oh dude I love this Tutorial I didn´t watch all of your videos but if you don´t use the short cuts for System.out.println(...); you can print sysout and press Strg + Space so you don´t have to type all letter of System.out.println(...); and thanx for your tutorial I really enjoy it. :-D
well i am now got to 45 tut and don't now how many left, but it is really interesting and never get fed up with.thanks for all of that
"Oh, erin. What could have been."
She missed out, bucky. Now you're a super-genius!
Omg you have range for your FORMER LOVE LIFE ......Java will make a built in class "BuckySet" in future.....
Me not getting a single girlfriend.
Bucky: see my list
lmaooo 😂
My man got laid 4 times by 14, man that's exceptional talent
For those having errors, remember that functions/built in functions are case-sensitive. I for example forgot to have a capital E on EnumSet which gave me an error.
GUI. Here I come!
For anyone confused, enumerations have been superceded in java; although not deprecated, their use is considered obsolete for new code.
bucky you prolly get loads of thanks from people. here i give u mine too :) you make programminf fun for me
the thought of "tuna.candy" makes me want to barf
From what I remember from previous tutorials of his, if the body of the block is only one line, curly braces are optional.
this is just great...on to the next tutorial before 2k10 arrives...
by the end of the java tutorial, besides knowing basics in java programming, we will also be able to write an biographic essay on "love memoirs by bucky" :D
LOVE YOUR VIDEO,
YOU'RE AWESOME TEACHER .. ^^
THANK YOU!
Watched them all through..
Oh, Absolutely. I agree 100%. You certainly wouldn't see me doing it like that!
"We don't have time to think, just time to do" That can be applied to all situations in life :p
You really made it fun bro!!!
A programmer, chemistry, biology teacher, now a playboy. next johnny Sins
better and easier than i thought it would be...
I don't plan to be a programmer as a career I want to be a computer engineer, but I am learning this as a hobby/past time.
"We don't have time to think, we only have time to DO."
-Bucky
Man was on a mission back then😂😂
bucky was going crazy 😂😂
bucky gfs stories motivates me to keep learning java :P
"We don't have time to think, we just have time to do." ~ Philosopher Bucky
"In case your just joining us"
It's the 45th video!
Everything in java is an object(instance of a class) even the primitive data types.
String data types like "bucky" is an instance of class String. So people is an instance of enum tuna.
nice tutorial, helped me a lot, but seriously man, when i was 10 i played with legos...
+MonteFisto100 legoes were relatively new then how old are you?
@@NonyoLi guess you will never know...
He uses tuna people to create an object, people, that references the entire tuna class. He could use anything there, he just chose to use people because that's what the class is working with.
MANNNNN, you are great!!
I agree with UNST4BL3, what use is this? Practical example please.
your tutorials make me hungry !
first video was seen by 4.5 million people now it's only .2 million. Hang in there buddy :p
As it seems there were at least 18 ex-girlfriends who watched this video and put dislike:)
+Petrushchak Bohdan 20 now XD
24 now
32 now, jesus, his parents should have spayed him before puberty. Imagine if he actually got to Erin before Jacksfilms did
38 now...
at 4:53 why do we write tuna.kelsey
instead we should have written tuna kelsey as Kelsey is an object and not an instance or variable of class
It is not the {} ,that is the space needed here "%s\t%s space here \t%s
" and then the output will be nice and neat in 2 columns.
And that was a quick tutorial on my former love live!
Anyone know a way to give the objects description and birthday for user input? When I try description and birthday can not be arguments in the object.
Would you have to use the .range array multiple times to do things inbetween each other. Like say you wanted to do bucky - kelsey then candy - erin?
I made it this far, can't stop now! Onto the next video... everybody else, good luck ;)
Damn this guys a playa
yay nicole is back!
lol so many girlfriends, good for u man.
nah, it's just nicknames for his hands ;) :D
OOOOOooOOOoOOOO
iwish
GrEat",)
I can definitely used this so soon
hey what was the use of tune constructor when we never passes the description and birthday value from main class?
Shouldn't we create any object reference for 'EnumSet' class? and the 'enum' in general? for eg: enum people = new enum(); ...something like this
After writing about erin you sounded like you were dreaming
"we dont have time to think, we only have time to do", that was a good one
erin was the one who was actually a real person eh bucky?
@TheDrCN you probably cant use the same method as it uses java.util.EnumSet which is a library meant for Enums, but to do that on regular arrays, what you do instead is not using an enhanced for loop but a regular, and it would go like this, lets say you have an array named random[49], which goes from 0 to 49, but you want to use a range from 15 to 35, then your for loop would go like this: for (int x=15;x
so you're a playah
10 hours spent today. From 1 to 45 in one go haha. Today's target is 49 and then GUI awaits :D Who's suffering pleasantly with me?
PsychoDelusion _ damn, you pretty cool! I wanted to that in one shot but since I have my exams coming 2hrs is just fine lol.XD
I really enjoy watching these after a while. And the only thing that bothers me a bit is how he writes constants and class names. You would usualy write constants in CAPS and class names with the first letter Cappital. It's like using i in for loops. : )
If you want to you can just do
import java.util.*;
that will import everything in the java.util package. You can do that with any other package too.
can u do a video series on various java classes and collection framework!? that ll be really great!
how did he get the parameters definition in the toolbar saying "from" and "to"? i only got like this. .range(E arg0, E arg1). Should i include any documentation to eclipse to enable that feature?
Count down: 5 tutorials left till we make the "WINDOW"
in which video was the system out print format explained? :*
you jst make it INTERESTING!!! =)
thanx
hi, i was wondering when you created object people with tuna type, why didnt you have to type this bit... tuna people = new tuna(); thank you
good job bucky, love your gfs history
@smaraxxy maybe you're importing it inside the main java program. Try importing it outside that bracket
Thought you were going to say Candy was sweet :)
I hope erin watches this LMAO
Syntax error on token "people", delete this token
^^ getting this error. Can anyone help me fix it?
the divide by zero maths error.
It could be ranged with for loop too, but working with the index:
for (int i = 3; i < Tuna.values().length - 1; i++) {
System.out.printf("%s is %s and is %s yearsold.
", Tuna.values()[i], Tuna.values()[i].getDesc(),
Tuna.values()[i].getYears());
}
Why you are not using curly braces in For Statement (Both the For Statements are without curley brackets). Let me know which is a good practice -- with braces or without braces. Your Tutorials are awesome.. keep sharing and keep earning..lol
exactly, I figured it out lastly
great man!
Dang bucky you were straight pimpin
l have aproblem when i use enumset in for loop it gives me error in (netbeans compiler) and in (eclips compiler )it didnot recognize the library at all
hehe, I need to know it for college, so I'm watching all of them :p
i want to know that, how to pass value to the class Enum from user?
is there any way?
because i have tried giving Constants the parameters...but that doesn't worked....:(
bucky can you explain more about this, for example how to make the object from another class like you did last tutorial : tuna tunaObject = new tuna(); with enum class you can not creat an object to another class. I can understand all but I need more to know about enumset and why are useful?
I love how tutorial 1 was installing the IDE. Did people think that would just be done after that?
@Unon1100 Whoops... accidentally put a semicolon after all the stuff in the second for loop... :P
@mondoman712 You aren't the only one...
Awesome!
@BUCKYAUSTIN Well, its all about memory.
That would use more memory than specifying.
One question is why are we using for example "Tuna.Kelsey " since we have created object people of Tuna class. Shouldn't it be People.KELSEY???
this guy, this guy is legnd
necole appropriately named as tunaobject 2
@johnnyelduayen I learned that in the later tutorials. It's confusing when he uses stuff he hasn't taught us yet.
Where from people object came? Sorry, couldn't understand.
I keep getting the same error(Syntax error on token "package", import expected) when I import EnumSet, does someone know why do I get this error?