// Write a simple java program to print "Java file name and class name should be same"
25532 visits
Outline:HelloWorld in Java using Eclipse *Open Eclipse *Create a Java Project named DemoProject *Create a class named DemoClass *Class name and file name will be the same *Eclipse suggests various possibilities as we type a command *Eclipse also completes the parentheses by automatically adding the closing parentheses *Include the statement that we want to print *Eclipse also completes the quotes by adding the closing quote *Compile and execute the program *Change the code to print
HelloWorld in Java using Eclipse *Open Eclipse *Create a Java Project named DemoProject *Create a class named DemoClass *Class name and file name will be the same *Eclipse suggests various possibilities as we type a command *Eclipse also completes the parentheses by automatically adding the closing parentheses *Include the statement that we want to print *Eclipse also completes the quotes by adding the closing quote *Compile and execute the program *Change the code to print
Show video info
Pre-requisite