What is java virtual machine and how it is considered in context of java’s platform independent feature?


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

Post New Answer

More Core Java Interview Questions

What are the steps involved to write rmi based programs?

0 Answers  


Write a program in java to create a doubly linked list containing n nodes.

0 Answers  


How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }

1 Answers  


for(i=0;i<100;i++) { int i=method();//method returns no's from 1 to 10; /* insert some stmts which can give output like no.of times numbers(1-10) returned. (for example if it returns 2 then i want output how many times 2 returned) like that i want output for no's 1 - 10 how many times each no returned. */ }

3 Answers  


how to open and edit XML file in Weblogic???

0 Answers   Symphony,






Is java an ide?

0 Answers  


Does unicode support all languages?

0 Answers  


What is meant by the value of a variable?

0 Answers  


Why Java is called as purely platform independent..? Explain briefly..dont Give regular answers Explain with your own example..?

8 Answers   Nokia,


what is the use of StringBuffer?

2 Answers   Accenture,


What happens when you add a double value to a string?

0 Answers  


What is the difference between import java.util.date and java .util?

0 Answers  


Categories