What is volatile keyword in java
No Answer is Posted For this Question
Be the First to Post Answer
What is module in project?
What is use of super keyword in java?
What is difference between array and arraylist in java?
Explain about the performance aspects of core java?
why java uses class level type casting ?
Write a code to show a static variable?
Difference between Reader/Writer and InputStream/Output Stream?
9 Answers Adobe, Kirusa, Verizon,
public class BatchTest { public static void main(String[] args) { Runtime run = Runtime.getRuntime(); try { Process p = run.exec("cmd start /c D:/test.bat"); System.out.println(p.exitValue()); } catch (Exception e) { e.printStackTrace(); } System.out.println("FINISHED"); } }
What is default locale java?
Can we override private constructor in java?
what is use of business objects?
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?