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:
Serializable Interface
How many methods in the Serializable interface?
✍: FYIcenter
There is no method in the Serializable interface. The Serializable interface acts as a marker, telling the object serialization tools that your class is serializable.
2007-03-03, 5950👍, 0💬
Popular Posts:
How can I search for data in a linked list? Unfortunately, the only way to search a linked list is w...
How To Compile a JUnit Test Class? Compiling a JUnit test class is like compiling any other Java cla...
How do we configure “WebGarden”? “Web garden” can be configured by using process model settings in...
.NET INTERVIEW QUESTIONS - What is the difference between thread and process? A thread is a path of ...
How do you estimate maintenance project and change requests?