Every programmer and others uses a lot of algorithms in their life directly or indirectly(in case you are using an interface provided by someone and is uses algorithms
Notepad – one of the basic s/w of Microsoft windows and a simple text editor that is included since Windows 1.0 i.e. since 1985. Although it is included
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.
Google has recently released a bug in Microsoft Windows 8.1 that could give an attacker elevated privileges and Microsoft is furious over the issue and the main reason for
Since a while everybody is talking about “God Mode” and everybody is fascinated about this new windows feature introduced since windows 7. Although it is named very exaggeratedly named
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
Similar to the Character Streams that makes it easy to read and write character files Data Streams are used to perform binary input output operations of all the
Buffered Streams are used to speed up the input output operations by simply creating a buffer space of some specific size so that we don’t have to access