I want to persist data of objects for later use. What is 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

Is object a data type in java?

0 Answers  


Is null an object in java?

0 Answers  


How do singleton patterns work?

0 Answers  


What is passing parameters in java?

0 Answers  


What is the difference between the >> and >>> operators?

1 Answers  






String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects

7 Answers  


How to sort array of 0 and 1 in java?

0 Answers  


What is difference between compatible and incompatible changes in serialization?

1 Answers   Synechron,


What is the list interface?

0 Answers  


Explain illegalmonitorstateexception and when it will be thrown?

0 Answers  


What does yield method of the thread class do?

0 Answers  


What is local variable and instance variable?

0 Answers  


Categories