Answer Posted / javac
See, you can put your class files any where on hard
disk.but at the same time you have to set the path in
environmental variable for the bin folder where javac.exe
file is available.after this you can compile and run
the .class file at the location where you have stored.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is difference between static class and singleton pattern?
Is string is a class in java?
What is literal example?
What is the use of runnable interface?
What is data type modifier?
What is passed by reference and pass by value ?
Is java type safe?
what is deadlock? : Java thread
How many return statement are allowed in a function?
What is singleton class in java and how can we make a class singleton?
What is the parse method in java?
Can you override private or static method in java?
What is array length in java?
What is finalize()?
What do you understand by soft reference?