• Home
  • About Us
  • Privacy Policy
  • Contact Us

BenchResources.Net

Java tutorial for beginners

  • Home
  • Java
    • Java 1.8 Features
    • Java 8 Date/Time
    • JSON/YAML/XML/JAXB
    • Java Basics
    • OOPS
    • String Handling
    • Exception Handling
    • Generics
    • Serialization
    • Collection
    • Concurrent Collection
    • JDBC
  • Spring
    • Spring Core
    • Spring AOP
    • Spring MVC
    • Spring JDBC
    • Spring ORM
    • Spring Security
  • Web Services
    • Apache CXF – REST
    • JBoss RestEasy
    • Jersey 2.x
    • Spring Restful
    • Apache Axis2 RI
    • Apache CXF – SOAP
    • Metro JAX-WS – SOAP
  • Tools
    • Apache Maven
    • Eclipse IDE
    • Eclipse + Maven
    • FileZilla FTP
  • Oracle SOA
    • Oracle SOA 12c
    • Interview Question on SOA
  • Cloud
    • AWS
    • Microsoft Azure
  • Android
  • Interview Q
  • Jobs

Category: Serialization

No Image

Java – Serialization interview question and answers

April 1, 2018 SJ 0

In this article, we will cover some of the interview questions with their justification on Serialization concept in Java These are most frequently asked interview Read More

No Image

Java – How to Serialize and De-Serialize ArrayList ?

December 13, 2016 SJ 0

In this article, we will discuss how to serialize list of objects and also de-serializing same Already we have seen how to serialize and de-serialize objects Read More

No Image

Java – How to construct a singleton class in a multi-threaded environment ?

December 12, 2016 SJ 0

In this article, we will discuss how to create or construct a singleton class in a multi-threaded environment This is one of the top interview questions Read More

No Image

Java – How to stop Serialization ?

November 12, 2016 SJ 0

In this article, we will discuss how to stop serialization to happen for a serializable class Q) How to stop Serialization ? One would wonder Read More

No Image

Java – Singleton Design pattern with Serialization

November 11, 2016 SJ 0

In this article, we will discuss singleton design pattern with respect to serialization in detail Let me tell you scenario I have faced during one Read More

No Image

Java – Importance of SerialVersionUID in Serialization

November 10, 2016 SJ 2

In this article, we will discuss importance of SerialVersionUID in Serialization and De-Serialization process Finally we will compare compiler generated SerialVersionUID v/s programmer defined SerialVersionUID and Read More

No Image

Java – Serializable v/s Externalizable

November 9, 2016 SJ 0

In this article, we will discuss difference between Serialization and Externalization in detail i.e.; Serializable v/s Externalizable The main difference between these serializing concepts is Read More

No Image

Java – Externalizable interface with example

November 8, 2016 SJ 0

In this article, we will discuss externalizable interface with an example to save and restore an object in a customized way Also, we will discuss Read More

No Image

Java – Serialization with Inheritance

November 7, 2016 SJ 0

In this article, we will discuss Serialization with Inheritance i.e.; IS-A relationship with inheriting class in detail It’s an easy choice, when both super-class & Read More

No Image

Java – Serialization with Aggregation

November 6, 2016 SJ 0

In this article, we will discuss Serialization with Aggregation i.e.; serializing class contains reference to other classes. It forms a HAS-A relationship There are 2 Read More

No Image

Java – Order of Serialization and De-Serialization

November 5, 2016 SJ 0

In this article, we will discuss Order of Serialization and De-Serialization and also we will cover below programs Why it is important to know order Read More

No Image

Java – Serializing a variable with transient keyword

November 4, 2016 SJ 0

In this article, we will discuss how can we serialize and de-serialize member variables with transient modifier or keyword In earlier articles, we have seen Read More

No Image

Java – Transient keyword with final variable in Serialization

November 4, 2016 SJ 1

In this article, we will discuss what happens to final data member when transient keyword or modifier applied during serialization process This is one of Read More

No Image

Java – Transient keyword with static variable in Serialization

November 3, 2016 SJ 0

In this article, we will discuss what happens to static data member when transient keyword or modifier applied during Serialization process This is one of the Read More

No Image

Java – Transient keyword with Serialization

November 3, 2016 SJ 0

In this article, we will discuss transient keyword or modifier with serialization in detail Whenever, we talk about Serialization then definitely there will be loads Read More

No Image

Java – Serializable interface with example

November 2, 2016 SJ 0

In this article, we will discuss the important things we should know about java.io.Serializable interface in detail 1. Serializable interface: Present in java.io package Fully Read More

No Image

Java – Serialization and De-Serialization

November 2, 2016 SJ 0

In this article, we will discuss Java serialization and de-serialization in detail 1. Serialization: The process of writing a state of an Object to a Read More

Search tutorials

Subscribe via Email

Join 236 other subscribers




Proudly powered by Tuto WordPress theme from MH Themes