1.

How Will You Invoke Any External Process In Java?

Answer»

Runtime.getRuntime().EXEC(….)

Runtime.getRuntime().exec(….)



Discussion

No Comment Found