Get premium membership and access questions with answers, video lessons as well as revision papers.

Write a program in Java to display the following message "This is my first java program"

      

Write a program in Java to display the following message "this is my first java program"

  

Answers


Davis
public class first
{
public static void main(string [] args);
{
System.out.println("This is my first java program");
}
}
Githiari answered the question on January 25, 2018 at 14:28


Next: How did Kivoi organize his caravans?
Previous: Describe the procedure of to be followed before executing any java source code.

View More Computer Studies Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions