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 externalization? Where is it useful??
What is externalization? Where is it useful??
✍: Guest
Use the Externalizable interface when you need complete control over your Bean's serialization (for example, when writing and reading a specific file format).
2013-03-08, 2229👍, 0💬
Popular Posts:
What is the purpose of finalization? The purpose of finalization is to give an unreachable object th...
What is Concern in AOP? gA concern is a particular goal, concept, or area of interesth There are m...
What would you use to compare two String variables - the operator == or the method equals()? You can...
Is Session_End event supported in all session modes ? Session_End event occurs only in “Inproc mode”...
How To Get the Uploaded File Information in the Receiving PHP Script? Once the Web server received t...