Answer Posted / kumaraswamy18
It is done by extending Serializiable class
| Is This Answer Correct ? | 9 Yes | 40 No |
Post New Answer View All Answers
What is the implementation of destroy method in java. Is it native or java code?
What is an example of procedure?
Variable of the boolean type is automatically initialized as?
What is the range of the short type?
How do you sort arrays in java?
What are java annotations?
When arithmeticexception is thrown?
What is public/private protected in java?
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
How is a variable stored in memory?
Why we do exception handling in java and how many types of exceptions are there?
When will we prefer to use set and list in java and why?
What is identifier give example?
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread
What is generics in java interview questions?