Literals are constant values in the source code.They do not change their values in the course of the program. Any primitive type of literal can be used in
Java is strict in terms of type matches. Every variable or expression in Java must have a type which is defined in the Java Compiler. All explicit assignments
Access specifiers also known as Access modifiers are keywords that enable a user to control the access limits of a certain class, method, constructor, inner classes or even
In this ever changing world of technology there are obvious questions on the survival of a technology in the coming years but as very well said by Mark
In the previous post we discussed about Externalizable Interface, how it works, how it is different from Serializable Interface and how to implement it. But what will happen if a class
Welcome geeks, in this java tutorial we will discuss about the Object serialization and deserialization but this time it is going to be in a much controlled way i.e.
In the previous Java tutorial I have discussed about Serialization using Serializable interface and Extrenalizable interface is simply an another interface to do the same work i.e. serialize and deserialize a