What is the difference between the file and randomaccessfile classes?


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

Post New Answer

More Core Java Interview Questions

What is class forname used for?

0 Answers  


Name the packages in JDK?

2 Answers  


Are private methods final?

0 Answers  


When you say String is immutable, what do you mean by that? Say I have String s = "Ness" s= s+"Technologies"; What will happen? If the value gets appended, then what is the meaning of immutable here?

5 Answers   Ness Technologies,


what are the differences between final,finally,finalize methods?

14 Answers   IBM,


What is keyword auto for?

0 Answers  


When try and catch block is used ?

6 Answers  


What is data movement?

0 Answers  


What is an abstract method in java programming?

0 Answers  


Can a static class implement an interface?

0 Answers  


Is zero a positive integer?

0 Answers  


What is the difference between serializable and externalizable interface?

0 Answers  


Categories