What is java virtual machine? Explain


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

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"); } }

0 Answers  


What is the difference between an if statement and a switch statement?

0 Answers  


Why java is considered as platform independent?

0 Answers  


What is the use of inner class?

0 Answers  


Tell me about your ability to work under pressure

0 Answers   AXA,


What is the difference between replace and replace all?

0 Answers  


what are the new features available in java 1.5 version?

3 Answers   Accenture, Features, Motorola,


Program to print 1 1 2 1 2 3 1 2 3 4 like that

8 Answers   Huawei,


Which class is the superclass for every class in java programming?

0 Answers  


can we write program without class

6 Answers   TCS,


how to java plateform independent?

5 Answers   TCS,


How do you use final keywords and final variables in Java?

2 Answers  


Categories