Why java is a platform independent? Explain


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

Post New Answer

More Core Java Interview Questions

What is difference overloading and overriding?

0 Answers   Cyient,


What is a “stateless” protocol ?

0 Answers  


I have a Person object with 5 variables and I want to store them in a file called Person.txt. What should I do?

3 Answers   KPIT,


This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }

0 Answers   HCL,


is there a separate stack for each thread in java? : Java thread

0 Answers  






What is the intersection and union methods?

0 Answers  


Is void a data type?

0 Answers  


What is the null?

0 Answers  


import java.io.*; class Demo { public static void main(String args[]) { File f=new File("1234.msg"); String arr[]=f.list(); System.out.println(arr.length); } }

3 Answers   IBM, Ramco,


can we access the super class method using subclass object?

4 Answers  


What is the effect of keeping a constructor private?

0 Answers  


what is interface in java? Explain

0 Answers  


Categories