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
Can a static class have a constructor java?
What is difference between next () and nextline () in java?
How do you do absolute value in java?
What is math exp in java?
Name component subclasses that support painting in java programming?
What the difference is between execute, execute Query, execute Update?
What is boolean flag in java?
What are access specifiers in java ?
What is string made of?
What is method overloading in JAVA? Why is it not present in C ?
What is the main purpose of serialization in java?
Explain the difference between jdk, jre, and jvm?
Objects or references which of them gets garbage collected?
Where is the find and replace?
When should we create our own custom exception classes?