What is exception handling in java?
How do you declare an infinite loop?
What are the advantages of unicode?
What is stringreader?
What is :: operator in java?
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 an association?
What is use of inner class in java?
What are heterogeneous objects?
for what purpose we use applets ?
what is template design pattern?
Why do we use string?
Explain about data types?