I want to persist data of objects for later use. What’s the best approach to do so?


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

Post New Answer

More Core Java Interview Questions

Can we serialize singleton class?

0 Answers  


How many bytes is a char in java?

0 Answers  


Which java ide is used the most?

0 Answers  


what is sendredirect?

7 Answers   TCS,


How do you generate random numbers in java?

0 Answers  






Which class has no duplicate elements?

8 Answers  


Does sprintf allocate memory?

0 Answers  


What is a platform?

0 Answers  


Why declare Main() method as a static in java ?

0 Answers   HCL,


10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }

0 Answers  


What are recursive functions?

0 Answers  


What is bubble sort in java?

0 Answers  


Categories