- Complete serialization: if entire data of an object is written to file through serialization
- Selective serialization: if selected member variable values of an object are written to file through serialization when class contains transient member variable then all the object of that class supports only selective serialization
Sunday, September 26, 2010
serialization types
• java.io.Serializable interface
- Java object becomes serializable object only when the class of that object implement marker interface
Distributed application
- an application which provides the service over the global network with distribution network service to client
• Web based application
- an application which provides the service for global network client
• Client server application
- An application which consist both client and server program which run in the LAN network
• Types of net based application
- there are three types of net based application are there and they are client server, web based and distributed.
• Standalone vs. net based application
- standalone application is execute in the local system whereas net based application executes over the network
Subscribe to:
Posts (Atom)