If a method is declared as protected, where may the method be accessed?
No Answer is Posted For this Question
Be the First to Post Answer
What is an abstract class and abstract method?
what is struts-config-xml?and its use?
Are functions objects in java?
What is logical variable?
Can we override singleton class?
Can you extend more than one interface?
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"); } }
How many bytes is string in java?
Can we have multiple classes in a single file?
What do you mean by global variable?
Can you make an instance of an abstract class?
What are the advantages of defining packages in java?