This post will explain to you in very simple steps about how you can debug integration tests in IntelliJ IDEA for a maven project. Click the following link to read the blog article. Read the blog page --->
Now we will see how we can install Oracle JDK 7 in Ubuntu with a few steps and how we can set it so that any program which will need JDK to run can access it with ease. Find the steps in the following link. Read the blog page --->
I will explain to you in a simple manner how we can install Eclipse Kepler in Ubuntu 14.04 LTS. Just follow the steps given. You will be working with Eclipse in no time. :) Read the blog page --->
Deffie-Hellman key exchange protocol is a method which allows two parties to establish a shared secret key (session key) over an insecure channel without having to send that key through the channel. A simple code written in Java will explain it to you. Read Blog page ---->
You might want to add a directory to the PATH environment variable in windows using the command prompt. It is explained with screenshots here. Read blog page --->
Writing an RPC (Remote Procedure Call) program is not so hard as it sounds. If you are using Linux OS, it is really easy to do it. Look at the screenshots provided and follow the steps, then finally you will have a working RPC program. Here we will look into creating a simple Calculato r program. Read how to do it.
Here I wish to explain the code written in C language for the implementation of malloc() and free() in Dynamic memory allocation. It is a simple approach which contrasts itself from other methods of implementation which are quite hard to understand. -----------> Read blog page