what is the serialization?
Answers were Sorted based on User's Feedback
Answer / varsha pandey
Serialization is the process of converting a data structure
or object into a sequence of bits so that it can be stored
in a file, a memory buffer, or transmitted across a network
connection link to be "resurrected" later in the same or
another computer environment. When the resulting series of
bits is reread according to the serialization format, it can
be used to create a semantically identical clone of the
original object.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / krishana bihari singh
Serialization is use for convert to object in byte form
Is This Answer Correct ? | 2 Yes | 2 No |
What is meant by code profiling?
Write a program for the following topic - switch case,looping using fuction calling,nesting,console input output. Aim- to print a menu:- 1-series 2-single value. Each menu having sub menu armstrong or perfect.
If you’re overriding the method equals() of an object, which other method you might also consider?
Define network programming?
How many types of jdk are there?
What services can invoke lambda?
What is java flatmap?
what is the function of OS
what are the steps in JDBC connectivity..???
What is lazy loading in jpa?
I have deployed a .war file in my application server comprising of struts and hibernate.If i want to change the "dialect" property of hibernate cfg file how can i change(I have only .war file)... Thanks in advance
Can I use openjdk for commercial?