Explain serialization and deserialization in java?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by formatting?
List some features of the abstract class.
What is Ideal Design of Class?
What is Generic in java? Where can we write Generic ( class or method or objects or etc...)? with simple example? Thanks, Bose.
2 Answers Infosys, Tech Mahindra,
Explain different types of wrapper classes in java?
What is 16 bits called?
How many types of flags are there?
When you say String is immutable, what do you mean by that? Say I have String s = "Ness" s= s+"Technologies"; What will happen? If the value gets appended, then what is the meaning of immutable here?
What is meant by event handling in SAX parser?
Does java arraylist maintain insertion order?
What is the % operator?
why marker interfaces are there in java