What is an eror in java?
No Answer is Posted For this Question
Be the First to Post Answer
When does Exception occurs?
What is a java object and java application?
What's the difference between an abstract class and interface in java?
What are the types of sockets in java?
What is meant by interface?
Wha is the output from system.out.println(“hello”+null); ?
What is the difference between yield() and sleep()?
What is the biggest integer?
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"); } }
types of applets?.
can we Connect Applet to Data Base ? with Discriptiom. and also What is Diff. from Applet & Servlet?
How many techniques can be employed to create a string object?