Answer Posted / kranti kumar
Seriliazation : Writing the state of an object to the stream.
DeSeriliazation : Reading the state into an object from the stream
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What is the map interface?
How are commas used in the intialization and iteration parts of a for statement?
Explain RMI Architecture?
What are the diff types of exception?
Is the ternary operator written x : y ? Z or x ? Y : z ?
What restrictions are placed on the values of each case of a switch statement?
Do I have to use jsps with my application?
Can we sent objects using Sockets?
How will you pass parameters in RMI? Why do you serialize?
Java is fully object oriented languages or not?
How can I scroll through list of pages like the search results in google?
What are the different methods of identifying an object?
What is the difference between a menuitem and a checkboxmenuitem?
which book is better for jdbc ,servlets and jsp