Is special character in java?
No Answer is Posted For this Question
Be the First to Post Answer
Can an interface extands a class?
Why should we use java?
What are the allowed, non-Unicode letter characters that can be used as the first character of an identifier?
What is the smallest package in Java API?
What are use cases?
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 the Dictionary class?
posted in online test
What does || mean in code?
What is the maximum size of list in java?
Differences between traditional programming language and object oriented programming language?
what is business delegate?