My first Java program - Hello World!

Status
This thread has been locked.

Callam

Web/Software Developer
Supreme
Feedback score
49
Posts
619
Reactions
759
Resources
0
I've been studying Java for the past couple of months and have finally found some time to actually create my own program. This is the first java program that I've ever made (I swear).

If you guys want to learn Java then just research like hell and pick peoples brains. I wouldn't have been able to create this program if I didn't ask people questions and find answers for myself.

Here is my first Java program:
 
Last edited:

Callam

Web/Software Developer
Supreme
Feedback score
49
Posts
619
Reactions
759
Resources
0
If you need any Java help, ask me! I consider myself an expert tbh, 5+yrs programming other langs and 1.5 yrs Bukkit/Java.

If you were an expert then you would have read my code and laughed. Instead you read my code and suggested "System.out.println("Hello world!");".
 

Aekalix

Terraforming Connoisseur
Premium
Feedback score
46
Posts
1,728
Reactions
1,265
Resources
0
If you were an expert then you would have read my code and laughed. Instead you read my code and suggested "System.out.println("Hello world!");".

Some people like to be nice :p
But have fun coding ;)
 

Callam

Web/Software Developer
Supreme
Feedback score
49
Posts
619
Reactions
759
Resources
0
Some people like to be nice :p
But have fun coding ;)

The code itself suggests that this is a joke. Furthermore, I have a different thread with my actual first Java program.

I'm not a meanie :( like the ppl on Spigot be like 'learn java <insert insult>'.

I mean, I was wondering why you did it this time-consuming way, but for all I know, you wanted to challenge yourself with the most complicated Hello World program in the history of hello world programs :p in which case, your code is fine :)

The whole point me writing this code was to make other developers laugh. Because of your suggestion I figured that my simple code confused you which is why I said that you weren't an expert. Most people would laugh at my code.
 

Justis

Community Member
Admin
Feedback score
61
Posts
2,117
Reactions
2,412
Resources
1
Please don't scam me man. This took soooooooo much effort!
Alright alright.... 69% <3
I know, I'm so generous. :p

You should do an addition and subtraction calculator. O_O
I'd love to see what you could come up with to accomplish such a feat. o_O
 

Callam

Web/Software Developer
Supreme
Feedback score
49
Posts
619
Reactions
759
Resources
0
Alright alright.... 69% <3
I know, I'm so generous. :p

You should do an addition and subtraction calculator. O_O
I'd love to see what you could come up with to accomplish such a feat. o_O

If I find time I might make one :)
 
Status
This thread has been locked.
Top