There is a lot of competition in the job market. You deserve to have the best job you can find with your qualifications. How can you stand above all o ...
Search results for customize
Tell us about a time when you had to analyze information and make a recommendation. What kind of thought process did you go through? What was your rea ...
What is Externalizable interface?
Posted by Devin
Externalizable is an interface which contains two methods readExternal and writeExternal. These methods give you a control over the serialization mech ...
How can I customize the seralization process? i.e. how can one have a control over the serialization process?
Posted by Devin
Yes it is possible to have control over serialization process. The class should implement Externalizable interface. This interface contains two method ...
« previous1 next »
