Java View all facts Glossary Help |
specification > interface > Serializable |
Serializable comparison table |
Subject | have | is a kind of | is a synonym of | is a subtopic of | is an instance of | be implemented by | has definition | allow |
---|---|---|---|---|---|---|---|---|
interface | 1 or more superinterfaces | specification | abstract data type | Interfaces | A named collection of method declarations (without implementations), may also include constant declarations (variables marked static and final) | |||
Serializable | specification | Object Serialization | interface | Vector class | reading and writing of objects to files |
Next interface: Iterator Up: interface Previous interface: Runnable