|
|
Q4083 How would you execute a file from within a Java file?
irt.org | Knowledge Base | Java | Q4083 [ previous next ] Q4083 How would you execute a file from within a Java file?Check out the java.lang.Runtime class that provide access to the Java runtime system. This class has various methods that helps to implement system level services. Here is a sample code which starts the notpad.
Feedback on 'Q4083 How would you execute a file from within a Java file?' |
-- div -->
|