What is the use of TL?
No Answer is Posted For this Question
Be the First to Post Answer
Why Java doesn’t support multiple inheritance?
Define a package.
What are functions in java?
How do you implement singleton class?
What is an abstract method in java programming?
What is the use of predicate in java 8?
Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?
Difference between flush() and commit() in hibernate?
How do you execute a thread in java?
what is type of statement in jdbc connection?
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 J2EE BluPrints?