About Question enthuware.ocpjp.v7.2.1638 :

Help and support on OCA OCP Java Programmer Certification Questions
1Z0-808, 1Z0-809, 1Z0-815, 1Z0-816, 1Z0-817

Moderator: admin

Post Reply
Enterprise
Posts: 1
Joined: Sun Sep 07, 2014 10:49 pm
Contact:

About Question enthuware.ocpjp.v7.2.1638 :

Post by Enterprise »

Hello:

I got confussed with this one, because when I read "sent over network", I immediatelly thought of XML support, which CachedRowSet doen't have(WebRowSet and children do). Now, my question is:
Does this object get sent over the network by being serialized? And I guess all interfaces that extend from it have that same ability.

Thanks in advance, your answers are always helpful.

-Regards.

admin
Site Admin
Posts: 10388
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: About Question enthuware.ocpjp.v7.2.1638 :

Post by admin »

Yes, serialization would be one way. But the important thing is that it is disconnected from the database and that is the reason it can be passed around, whether using serialization or some other way is immaterial.
Yes, any subclass of CachedRowSet (including WebRowSet) will do.

HTH,
Paul.

Post Reply

Who is online

Users browsing this forum: No registered users and 8 guests