What does serializing data mean?


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

Post New Answer

More Core Java Interview Questions

Is it possible to do method overloading and overriding at a time

3 Answers   L&T,


What is the range of a character variable?

0 Answers  


Can we use different return types for methods when overridden?

0 Answers  


How do you do descending order in java?

0 Answers  


Does collectionutils isempty check for null?

0 Answers  


What is the use of :: in java?

0 Answers  


What is a line break?

0 Answers  


What is static block?

0 Answers  


why we import both packages java.awt.*; and java.awt.event.*; as java.awt.*; can import all classes na. then what is the need of importing java.awt.event.*; ?

3 Answers  


what is the difference between String s="hello"; and String s=new String("hello");?

3 Answers  


Is zero a natural number?

0 Answers  


What is the default size of arraylist in java?

0 Answers  


Categories