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 calculate factorial in java?
How do you compare two strings lexicographically?
How will you compute size of a structure?
Is a case study a method or methodology?
What does sprintf mean?
What is a variable analysis?
Which of the following is not an isolation level in the JDBC
Write a code to create a trigger to call a stored procedure
what is static import in java? Explain
Differentiate between stringbuffer and stringbuilder in java.
How many ways can we create singleton class?
Are there structures in java?
What is the name of the java compiler?
What is the Scope of Static Variable?
How do you allocate memory to object?