Define inheritance with reference to java.
No Answer is Posted For this Question
Be the First to Post Answer
How can an object be unreferenced?
Explain tree set and its features?
what is wrapper class and its uses?
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 memory leak and how does java handle it?
what is associative array
What is the java idl system?
What is an array length?
Explain the difference between Unicast and Multicast objects?
what are the major differences between jdk1.4 and jdk1.5?
2 Answers Cap Gemini, Crimson Logic, Infosys, TCS, Tenth Planet,
Differece between class and generic class?
What is hashset in java?