Page 1 of 1

Learning Java :D

Posted: 05 Sep 2013, 03:55
by drakee510
I am learning java from youtube.com/thenewboston

Currently like on episode 19 I think. Looking through the SVN half of makes sence know :o

I will try to explain bits and pieces, anybody who know java well can you please tell me if I am right or wrong?

/** THE CORE */
private static Core core;
Creates an Object that is private, aka only accessible by that class. The first part is a comment.

/** log manager */
public LogManager log;
A public, meaning an object that anything can access that object, and the LogManager is it's name, and log is what it can also be called.

I think I am right on most of that, please correct me though for learning purposes.

Anybody who isn't learning java, it pretty epic :P

Re: Learning Java :D

Posted: 05 Sep 2013, 14:22
by drakee510
EDIT LogManager and Core are methods imported,

still a little fuzzy on those fields :P

Re: Learning Java :D

Posted: 05 Sep 2013, 16:54
by yupie_123
Why do we have to be informed of this? XD

Re: Learning Java :D

Posted: 05 Sep 2013, 22:20
by drakee510
Why not? The discussions is not very active, I want to discuss :P

Re: Learning Java :D

Posted: 15 Sep 2013, 23:43
by HeinzPeter
:D