Runtime | JDK 1.0 |
java.lang |
Synopsis | ^ ? |
public class | Runtime { |
// No Constructor |
// Public Class Methods |
![]() |
); |
// Public Instance Methods |
![]() |
String command) throws IOException; |
![]() |
String[ ] cmdarray) throws IOException; |
![]() |
String[ ] cmdarray, String[ ] envp) throws IOException; |
![]() |
String command, String[ ] envp) throws IOException; |
![]() |
int status); |
![]() |
); | native |
![]() |
); | native |
![]() |
String filename); |
![]() |
String libname); |
![]() |
); |
![]() |
); | native |
![]() |
boolean on); | native |
![]() |
boolean on); | native |
// Deprecated Methods |
![]() |
InputStream in); |
![]() |
OutputStream out); |
![]() |
boolean value); |
} |
Hierarchy | ^ ? |
![]() | Object | ![]() |
![]() | ||
![]() | Runtime | ![]() |
Inherited Properties | ^ ? |
Object: | class |
Inherited Methods | ^ ? |
Object: | clone(), equals(), finalize(), hashCode(), notify(), notifyAll(), toString(), wait(), wait(), wait() |
Returned By | ^ ? |
Uses | ^ ? |
Used By | ^ ? |