Tuesday, 17 January 2012
JAVA: Serialization-Common usage.
Do you like this Article?
1. An object needs to be serialized, when it's need to be sent over the network.
2. If the state of an object is to be saved, objects need to be serialized.
2. If the state of an object is to be saved, objects need to be serialized.
Subscribe to:
Post Comments
(
Atom
)
Popular Posts
-
public - public means everyone can access it.That means it's in global scope. As, main method is called by JVM [ Java Virtual Machine...
-
throw is used to throw an exception in a program, explicitly . Whereas, throws is included in the method's declaration part, wi...
-
Singleton in one of the most popular yet controversial design pattern, in the world of object oriented programming. It's one of t...
-
Web Container / Servlet Container / Servlet Engine : In J2EE Architecture , a web container (also known as servlet container or ser...
-
Program compiles. But at runtime throws an error “NoSuchMethodError”.
-
Vector : It's synchronized. It's slower than ArrayList. It's generally used in ...
-
doGet(): protected void doGet(HttpServletRequest req, HttpServletResponse resp)throws ServletException, java.io.IOException – is a met...
-
In Java Programming Language , we must declare a variable name and type, before using it. The data type of a variable defines the th...
3 Responses to “ JAVA: Serialization-Common usage. ”
24 January 2012 at 14:09
thank you .it was very helpful
29 January 2012 at 13:47
ywc!! :)
3 August 2018 at 15:51
wow really superb you had posted one nice information through this. Definitely it will be useful for many people. So please keep update like this.java training
Post a Comment