PROGRAMMING

User Generated

yvahznp

Programming

Description

Identify the program structure of Java PL?

User generated content is uploaded by users for the purposes of learning and should be used following Studypool's honor code & terms of service.

Explanation & Answer

/*
This is a sample java program
Save this file as Welcome.java
*/
class Welcome
{
// A java program
public static void main
(String args[ ])
{
System.out.println("
Welcome to Java-Samples!!! ");
}
}

Related Tags