Answer Posted / raghavendra
first you write a program in note pad.
after you save the program in "program name.jave"
after you check the java path and save the program correct
location after you start the compliation
compilation method:
javac program name.java
if any errors are generated again check the program and
remove the bugs
finally
java program name
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the purpose of the system class in java programming?
What is a lambda expression ? What's its use ?
Can you declare the main method as final?
What is the difference between access specifiers and access modifiers in java?
What is better- service oriented or batch oriented solutions?
What is anti pattern in java?
How do you sing an Applet ?
What is the reflection?
What is the use of hashmap in java?
Can we split string with in java?
How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?
What is the meaning of flag day?
What are the restrictions that are applied to the java static methods?
What is null statement?
Which class cannot be a subclass in java?