How To Run Notepad Using Java
class RunNotepad{ public static void main(String[] args) throws Exception{ // Run Notepad Runtime.getRuntime().exec("Notepad"); } }
Hi, welcome to my website Programming.OM. My name is Om prakash kartik. This blog helps you to learn programming languages concepts and technique.
class RunNotepad{ public static void main(String[] args) throws Exception{ // Run Notepad Runtime.getRuntime().exec("Notepad"); } }
0 Comments