Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What is the common usage of serialization?
What is the common usage of serialization?
✍: Guest
Whenever an object is to be sent over the network, objects need to be serialized. Moreover if the state of an object is to be saved, objects need to be serilazed.
2013-05-21, 2186👍, 0💬
Popular Posts:
Can a variable be both const and volatile? Yes. The const modifier means that this code cannot chang...
How do I debug thread ? This window is only seen when the program is running in debug mode. In windo...
Enable ASP.NET polling using “web.config” file Now that all our database side is configured in order...
What print out will the folloging code produce? main() { char *p1=“name”; char *p2; p2=(char*)malloc...
. How can a servlet refresh automatically if some new data has entered the database? You can use a c...