hr interview how many minutes asking question
No Answer is Posted For this Question
Be the First to Post Answer
What is return data type?
What data type is string java?
Can we call thread start () twice?
Instead of writing Home, Remote Interfaces if i directly extends EJBObject to bean class what happens?
Explain the private field modifier?
How do you control extraneous variables?
What is Enum in Java?
How can a gui component handle its own events?
what is the difference between Java Command Line and C command Line?
Can private members of a base class are inheritable justify?
What is parameter example?
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"); } }