Learning Java :D

Talk about that, this and about these golden apples here.
Post Reply
User avatar
drakee510
Mayor!
Mayor!
Posts: 853
Joined: 27 Dec 2011, 02:58
Nickname: drakee510
Hometown: Elysium
Location: Hillbilly Country
Contact:

Learning Java :D

Post 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
Just read the next post, not my sig :P
User avatar
drakee510
Mayor!
Mayor!
Posts: 853
Joined: 27 Dec 2011, 02:58
Nickname: drakee510
Hometown: Elysium
Location: Hillbilly Country
Contact:

Re: Learning Java :D

Post by drakee510 »

EDIT LogManager and Core are methods imported,

still a little fuzzy on those fields :P
Just read the next post, not my sig :P
User avatar
yupie_123
King!
King!
Posts: 199
Joined: 02 Jun 2012, 11:30
Nickname: yupie_123
Nation: NaturAmantes
Hometown: Maxstenville
Location: Belgium

Re: Learning Java :D

Post by yupie_123 »

Why do we have to be informed of this? XD
Before you start anything, learn how to finish it.
User avatar
drakee510
Mayor!
Mayor!
Posts: 853
Joined: 27 Dec 2011, 02:58
Nickname: drakee510
Hometown: Elysium
Location: Hillbilly Country
Contact:

Re: Learning Java :D

Post by drakee510 »

Why not? The discussions is not very active, I want to discuss :P
Just read the next post, not my sig :P
User avatar
HeinzPeter
World Owner!
World Owner!
Posts: 1611
Joined: 14 Dec 2010, 23:00
Nickname: HeinzPeter
Nation: HP-EMPiRE
Location: NRW, Germany
Contact:

Re: Learning Java :D

Post by HeinzPeter »

:D
Enjoy your stay. HPM! GMAP! STATS!
Save the forests! WWF
Our empty YouTube Channel.
Post Reply