---
title: "How will you invoke any external process in Java?"  
description: "How will you invoke any external process in Java?"  
author: "Anonymous User"  
published: 2011-05-21  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/983/how-will-you-invoke-any-external-process-in-java  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# How will you invoke any external process in Java?

Runtime.getRuntime().exec(….)

## Answers

### Answer by Anonymous User

Runtime.getRuntime().exec(….)


---

Original Source: https://www.mindstick.com/interview/983/how-will-you-invoke-any-external-process-in-java

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
