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
Explain the difference between map and flatmap stream operation?
How to implement an arraylist in java?
What is stringjoiner ?
How will you invoke any external process in java?
Is main is a keyword?
What do you mean Abstraction in java?
What is listnode in java?
How does java pattern compile work?
How to create a custom exception?
How do you stop a thread in java?
What is the purpose of nested class in java?
What’s a deadlock?
What is the platform?
What is a numeric literal?
What is io stream in java?