What type of variable is error flag?
No Answer is Posted For this Question
Be the First to Post Answer
What are Brief Access Specifiers and Types of Access Specifiers?
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 the life cycle of an Applet ?
Where is the singleton class used?
What is meant by method?
What is the difference between reader/writer and inputstream/output stream?
What is JVM ?
4 Answers Phantom Technologies, TCS,
Can we declare a class as abstract without having any abstract method?
Is list thread safe in java?
How to define a constant variable in Java?
Can a class have more than one object?
What is parse method?