Amdocs interview question

How do you store a Java object in a database?

Interview Answer

Anonymous

1 Sept 2016

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