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:
Externalizable Interface: readExternal() and readExternal()
How many methods in the Externalizable interface?
✍: FYIcenter
There are two methods in the Externalizable interface. You have to implement these two methods in order to make your class externalizable. These two methods are readExternal() and readExternal().
2007-03-03, 5946👍, 0💬
Popular Posts:
What is the difference between Class and structure’s ? Following are the key differences between the...
What is application domain? Explain. An application domain is the CLR equivalent of an operation sys...
How can I execute a PHP script using command line? Just run the PHP CLI (Command Line Interface) pro...
What Happens If the UPDATE Subquery Returns Multiple Rows? - Oracle DBA FAQ - Understanding SQL DML ...
What invokes a thread's run() method? After a thread is started, via its start() method of the Threa...