If there is no implementation of MARKER INTERFACE in java. Then how compiler come to know about specification.
2 6458public 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"); } }
2350Which of the following can be referenced by a variable? A. The instance variables of a class only B. The methods of a class only C. The instance variables and methods of a class
2 16578I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in
2053A abstract class extending an abstract class.Super class has both abstract and non-abstract methods.How can we implement abstract and non-abstract mehtods? Explain with snippet
3 6064
What is method in java with example?
I am a fresher and know core java, c languge, html, css etc if I am illegible for any job then send it on my email tatranakshay276@gmail.com
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
Can a hashset contain duplicates java?
Explain the importance of join() method in thread class?
What is the difference between final, finally and finalize()?
What is the advantage of functional interface in java 8?
What is wrapper class example?
What are selection structures?
What is the synonym of framework?
What is the difference between preparedstatement and statement in java?
What is variable declaration and definition?
What is the collection interface?
What is preparedstatement in java?
what is session in java?