@supersmaster You know, it's a good thing that you put in "not that i am gay" first, because that would just be terrible. We're all very much relieved.
This is the first tutorial that actually covers EVERY part of this (rather simple) code. Very few people actually cover what and why "public static void main(String[] args)" is needed, and what the individual parts mean.
@chasekamal Perhaps you are thinking of C#? System is really a class in Java. See download.oracle.com/docs/cd/E17476_01/javase/1.4.2/docs/api/java/lang/System.html
Great tutorials btw. I'm stepping into the world of Java after a years worth of C++, and I've been finding these incredibly helpful, especially the debugger video! Screw GDB!
Thanks for these! Much appreciated!
antonywmiller 3 weeks ago in playlist Java Programming Course Complete Guide Step By Step
not that i am gay, but your voice is very soothing and very calm, thanks for the lovely videos your effort and work is highly appreciated.
(Thumb up if you feel same)
supersmaster 6 months ago
@supersmaster You know, it's a good thing that you put in "not that i am gay" first, because that would just be terrible. We're all very much relieved.
WinterXL 3 months ago in playlist More videos from carlislemc
This is the first tutorial that actually covers EVERY part of this (rather simple) code. Very few people actually cover what and why "public static void main(String[] args)" is needed, and what the individual parts mean.
Hildoz2 1 year ago
Hey dude you should make a tutorial on game development in java ...
chasekamal 1 year ago
@carlislemc you have told truth but i'm telling this in the begginers point of view dude ...
chasekamal 1 year ago
hey dude you explained wrong at "System.out.println()" :-
System :- it is the name of System NameSpace not a class .
Out :- Out is a Class rather than a Variable or object .
println() :- It is a method that print outs the parameter ...
it is method as it contains parameters ........ :P
:)
wish you a happy programming :- Regards kamal Joshi
chasekamal 1 year ago
@chasekamal Perhaps you are thinking of C#? System is really a class in Java. See download.oracle.com/docs/cd/E17476_01/javase/1.4.2/docs/api/java/lang/System.html
carlislemc 1 year ago 2
@carlislemc Pwnt!
Great tutorials btw. I'm stepping into the world of Java after a years worth of C++, and I've been finding these incredibly helpful, especially the debugger video! Screw GDB!
pinoysst03 1 year ago
wow .. you really explain it word by word ... i really like your style
soraaaniki 1 year ago
What IDE are you using? The one that I'm using isn't as user-friendly as yours, so I'd like to try a new one.
dydx09 1 year ago
A concise and digestible refresher for me! Thanks.
conorcan 2 years ago
Your tutorials are very clear and easy to follow. Thanks
titojan1 2 years ago