What happens if we don’t define serial version uid?


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

Post New Answer

More Core Java Interview Questions

Why collection is called framework in java?

0 Answers  


What is the best way to findout the time/memory consuming process?

0 Answers  


StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?

6 Answers   HCL,


Why is it called buffering?

0 Answers  


how to call One constructor from another;

10 Answers   Innodata Isogen,






What are internal variables?

0 Answers  


What is treemap in java?

0 Answers  


Define immutable object?

0 Answers  


why we cannot declare static variable inside a static method

4 Answers  


What is type safety in java?

0 Answers  


What are the features of junit?

0 Answers  


How do you start a new line in java?

0 Answers  


Categories