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
Write a program to reverse a number in java?
What is the difference between hashset and treeset in java?
Can main() method in java can return any data?
What are format specifiers in java?
Can we override constructors?
What are the benefits of operations?
How do you reverse sort in java?
What is the purpose of the enableevents() method?
Why do we use return statement?
Explain the use of shift operator in java. Can you give some examples?
What is variable and example?
State one difference between a template class and class template.
Is a class an object?
How many bytes are a float?
Can we return null in java?