Hello World

mmiikkee12 1 Tallied Votes 152 Views Share

Seriously, what is any programming language without a HelloWorld app?

class HelloWorld 
{
	public static void main(String[] args) 
	{
		System.out.println("Hello World!");
	}
}
Rajnesh 0 Newbie Poster

don't joke around sir/madam these are not a humour site...these codes are automatically generated in java editors...

Still its good to have a humourous person around...
Good Effort

aniseed 38 Posting Whiz

If you want some real humour (or humor), try a Hello World without the main() method.

public class HelloWithoutMain {
	static {
		System.out.println("Hello! World");
		System.exit(0);
	}
}

I would rather work on obfuscating the code for fun. :)

Banderson 29 Junior Poster in Training

:mrgreen: hmmm. Interesting concept aniseed.

venomlash 55 Junior Poster

Why write a Hello World program? We all know how...Except noobs who need to {"read a book", "take a tutorial", "figure out which is the mouse and which is the keyboard"} before writing code.

alpe gulay -1 Light Poster

.,.tnx for mking mhe laugh!!
hahahaha...
I remember this when I first encounter the world of programming!!Well, for the first time I really got difficulties on how to do this??
furthermore, its the first program I ever run before..
I'm so glad after running it..,
yah you're right!
all starts from it!!
this is we're I started...
hehehehe...

cleofy 0 Newbie Poster

WILL YOU PLS HELP ME,i need to have a complet code of the chessboard graphic codes...please...

javaAddict 900 Nearly a Senior Poster Team Colleague Featured Poster

And you think that by posting to a 4!!! year old thread that discusses the simple Hello World program will get you an answer?

This is not a thread were people can ask questions about their problem. It is a code-snippet.
Here people post code that works for tutorial purposes and to discuss what they have written.

Start a new thread

javaAddict 900 Nearly a Senior Poster Team Colleague Featured Poster

And you think that by posting to a 4!!! year old thread that discusses the simple Hello World program will get you an answer?

This is not a thread were people can ask questions about their problem. It is a code-snippet.
Here people post code that works for tutorial purposes and to discuss what they have written.

Start a new thread

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.