adsense

Hii, welcome to my site. My name is Om prakash kartik. This blog helps you to learn programming languages concepts.

How To Run Notepad Using Java

How To Run Notepad Using Java

 

class RunNotepad{
	public static void main(String[] args) throws Exception{
		
//		 Run Notepad
		Runtime.getRuntime().exec("Notepad");
	}
}

Video 




Post a Comment

0 Comments