top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How does JDBC write data over network. Does it use serialization?

+1 vote
69 views
How does JDBC write data over network. Does it use serialization?
posted Jun 15, 2015 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+1 vote

Why we need transient keyword to prevent serialization of a particular data member. we can also make it static because static data member can not be serialized.

+2 votes

Please provide me a scenario where I should use writeReplace() method with serialization.

...