Amdocs Interview Question

How do you store a Java object in a database?

Interview Answer

Anonymous

Sep 1, 2016

Parse it into XML and save in an XML or clob the column using a parser library like JAXB.