Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Does Java support object serialization?

0
10 Posted

Does Java support object serialization?

0
10

Yes, it is built into the language via the java.io.Serializable class; see Sun’s white paper for more details (including sample code which illustrates reading and writing serialized objects to disk). This technology is used to support RMI and Beans. hibernate is probably the most widely used object/relational persistence mechanism. JDO is SUN’s standard interface for storing objects in a database. See Castor for an open source implementation of JDO. I think JDO is dead and has been supplanted by Hibernate; see here. JAXB is a standard for binding Java objects to XML documents.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.