If there is no implementation of MARKER INTERFACE in java. Then how compiler come to know about specification.
2 6537public 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"); } }
2389Which 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 16694I 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
2092A 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 6163
How do you empty a list in java?
What is the static method?
Does unicode support all languages?
What is java lang string?
How to create an interface?
What is the return type of the main method?
What is java ceil?
What happens if an exception is throws from an object's constructor?
Can we call a non-static method from inside a static method?
Does java have a compiler?
Is upper case in java?
Why we use set in java?
What is regex java?
What is bubble sort in java?
Explain about serializable interface in java?