Copy from one, it's plagiarism; copy from two, it's research.
- Wilson Mizner
News
Site News
Latest Comments
Affiliates
Proxies
Contribute!
Chat
Tutorials
Newest Articles
Most Popular
Highest Rated
Latest Comments
Code Samples
Newest Code
Most Popular
Highest Rated
Latest Comments
Blogs
Admins Blog
Newest Blogs
Most Popular
Highest Rated
Latest Comments
Forums
Latest Posts
Latest Topics
Memberlist
[login]
|
[Register]
Hello World Program
by: rahulbatra
Description:
The code should be saved as "HelloWorld.java". The second line specifies the 'main()' function of the program. The third line does the actual display function using the 'println' function from the 'System' package, 'out' class.
Code:
public class HelloWorld{ public static void main (String[] args){ System.out.println("Hello world!"); } }
No Comments for this page.
You Must be
signed in
or a
member
to comment.
Code Stats
15,084
Views
0
Total Comments
0
Rating of 5 (
Votes)
Code Options
·
Login to Rate This Code
·
Login to Post a Comment
·
Read more by this author
Related
·
Java Login
·
chessboard
Your Code Here
"AllSyntax.com" Copyright © 2002-2021; All rights lefted, all lefts righted.
Privacy Policy