how can i download this video? i found this more useful than my teacher's lecture and i've been killing myself for the past 2 days trying to figure this out by reading 3 diff books that explain it differently, thumbs up if you are a visual and hand's on lerner..
My screen is not empty even at the beginning, it has some codes, some files at the left screen which I can't delete. IDE is somehow non linear and confusing. If I want to rename the classduring typing, I can't do it.
How to write a code that will subtract two numbers?
Why does the name of a class need the first letter to ba always capital? Is there a specific reason or is it just an arbitrary rule that the creators of jave decide to put in?
@tharwpoop Not sure of the exact reason, but in some OS's file names are case sensitive, while others are not. Since the class name and the file name need to be the same, this could cause some problems in portability.
But then again, ThisObject() and Thisobject() are both valid. The decision was probably made due to popular naming conventions.
@shlumph It's just a standard in programming, to differentiate between functions and the logic that invokes those functions within whatever class that's from.
@tharwpoop....By convention, programmers using Java begin their class names with an uppercase letter. Thus, the class that defines the attributes and methods of a person would probably be named Person, and the class for lets say a dog would probably be named Dog. However, following this convention is not required to produce a workable program. Hope this helps!
lol this would have helped when i was actually learning this for the first time in school. now we are learning implementation; which makes this stuff seem like CAKE
wow you helped me so much..since i've started learning c++ a while ago but tomorrow i have to write an java test and haven't done anything in java for months ^^
youtube needs more people like you and antiRTFM :)
how can i download this video? i found this more useful than my teacher's lecture and i've been killing myself for the past 2 days trying to figure this out by reading 3 diff books that explain it differently, thumbs up if you are a visual and hand's on lerner..
elreyeterno 2 months ago
I'm 12 and i understood this :D
IAmReinrex2 4 months ago
wat does "public string", "public int" and "public Person" mean??? i mean, give specific meanings of those...
livelifeandbhappy1 5 months ago
This has been flagged as spam show
check out my channel for java programming tutorials!!!
TheEACentral 6 months ago
My screen is not empty even at the beginning, it has some codes, some files at the left screen which I can't delete. IDE is somehow non linear and confusing. If I want to rename the classduring typing, I can't do it.
How to write a code that will subtract two numbers?
cronnin 6 months ago
This makes javascript seem so easy.
TannerTbone 7 months ago
java makes me wanna jump off a cliff
chrysillo 1 year ago 13
@chrysillo C++ is so much better!
Dillboy928dfb 11 months ago 3
@Dillboy928dfb ye and much easier
pamside 7 months ago
Why does the name of a class need the first letter to ba always capital? Is there a specific reason or is it just an arbitrary rule that the creators of jave decide to put in?
tharwpoop 1 year ago
@tharwpoop Not sure of the exact reason, but in some OS's file names are case sensitive, while others are not. Since the class name and the file name need to be the same, this could cause some problems in portability.
But then again, ThisObject() and Thisobject() are both valid. The decision was probably made due to popular naming conventions.
shlumph 1 year ago
@shlumph It's just a standard in programming, to differentiate between functions and the logic that invokes those functions within whatever class that's from.
Just makes it more readable.
andrew8833 8 months ago
@tharwpoop i think its simply to distinguish between variables and structs or objects/classes, its a programming standard that helps in maintenance.
b36Odj 3 months ago
@tharwpoop....By convention, programmers using Java begin their class names with an uppercase letter. Thus, the class that defines the attributes and methods of a person would probably be named Person, and the class for lets say a dog would probably be named Dog. However, following this convention is not required to produce a workable program. Hope this helps!
IAmScottyBoy7777 2 months ago
@tharwpoop correction: names do not need to be capital its encouraged to be lowercase not capitalized but it won't matter
linkanparkfan 2 months ago
Awesome 5/5, Subbed =)
KroniicStudios 2 years ago
ok when you say return, do you mean that it is going to print the object you just declared?
baseballjones18 2 years ago
no...it will just return the value of the variable.... you must use the print function to display..
creativeartist07 2 years ago
lol this would have helped when i was actually learning this for the first time in school. now we are learning implementation; which makes this stuff seem like CAKE
baseballjones18 2 years ago
no...again, it will just return the value...
creativeartist07 2 years ago
This comment has received too many negative votes show
You truly don't know your audience
There is a lot of Java Jargon out there that you've not taken into account from a noobs perspective
BBBBOOOOOOO, you're rubbish (nice try though)
toiletman1983 2 years ago
What Java Jargon don't you know? Of course, you need to learn to walk before you can run :D
shlumph 2 years ago 2
hey, why do we need constructors?
aren't they by default from Object?
MySimon25 2 years ago
Constructors help initialize fields of the object
shlumph 2 years ago
wow you helped me so much..since i've started learning c++ a while ago but tomorrow i have to write an java test and haven't done anything in java for months ^^
youtube needs more people like you and antiRTFM :)
thanks a lot !
Lumalalelo 2 years ago
thanks
:D
McJ0n 3 years ago