Logo 
Search:

Java Articles

Submit Article
Home » Articles » Java » Homework HelpRSS Feeds

Program to print a string on Standard Output Device

Posted By: Wesley Jacobs     Category: Java     Views: 2195

A Java Program to print a string on Standard Output Device.

Code for Program to print a string on Standard Output Device in Java

publicclass JAVA_001
 {


    publicstaticvoid main(String[] args)
    {
       System.out.println("Welcome to Java Programming!");
    }
 }
  
Share: 


Didn't find what you were looking for? Find more on Program to print a string on Standard Output Device Or get search suggestion and latest updates.

Wesley Jacobs
Wesley Jacobs author of Program to print a string on Standard Output Device is from Dallas, United States.
 
View All Articles

Related Articles and Code:


 
Please enter your Comment

  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].

 
No Comment Found, Be the First to post comment!