============================================
========================
ASSIGNMENT 01: FIRST JAVA PROGRAM
============================================
========================
QUESTION:
Write a Java program to print a message. The Java file name and class
name should be the same.
OBJECTIVE:
To learn how Java requires the file name and class name to match.
ANSWER:
// File Name: [Link]
public class FileNameExample {
public static void main(String[] args) {
[Link]("Java file name and class name should be the
same");
}
}
EXPECTED OUTPUT:
Java file name and class name should be the same
STUDENT DETAILS:
Name : Gaurav Kumar
Email : gk3759307@[Link]
Course : Java – Spoken Tutorial, IIT Bombay
College : Goverment Polytechnic Gaya