Why we need to serialize the object
Answers were Sorted based on User's Feedback
Answer / abhi
Whenever the data is confedential like passwords, pin codes
etc in this case object should be serialized.
| Is This Answer Correct ? | 6 Yes | 22 No |
Is arraylist a class in java?
How does final modifier work?
What is the difference between iterator and list iterator?
class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }
Can a main method be declared final?
What are the ways to instantiate the class class?
How will you override default serialization mechanism in java
what is the use of Clonable,and serializable interface?
What sorting algorithm does javascript use?
Which Component subclass is used for drawing and painting?
What is jee6?
What is null in java?