What is serialization in java?
No Answer is Posted For this Question
Be the First to Post Answer
Can you give few examples of final classes defined in java api?
What Is Pointer?
Explain about arraylist?
Can an interface be final?
what is a package?
I have a Person object with 5 variables and I want to store them in a file called Person.txt. What should I do?
What is the use of bufferedreader?
How many bytes is 255 characters?
What does the append?
What is difference between add() and addelement() in vector?
what is use of business objects?
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?