how many ways we can serialize the java object?
Answer Posted / manikandansit
in two ways we can serialize java object by implementing
Serializable and Externalizable interface
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How do you achieve singleton?
What is methods and methodology?
What is an enumeration?
What is difference between null and void?
What is a void method?
Which list does not allow duplicates in java?
What are the different types of java?
Give an example of call be reference significance.
What are encapsulation, inheritance and polymorphism?
What is the difference between object oriented programming language and object based programming language?
How many types of operators are there?
define polymorphism in java
What are the ways in which a thread can enter the waiting state?
why are there separate wait and sleep methods? : Java thread
when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???