Top 15 data structures and algorithms interview questions

In this article I am going to post the top most asked atleast basic interview question you need to learn. Data structures and algorithm questions are an important part of any programming job interview, be it a Java interview, C++ interview or any other programming language. Since data structures are core programming concept, it’s mandatory for … Continue reading Top 15 data structures and algorithms interview questions

Java RMI-Distributed System

Firstly I would like you to look at this video for thoroughly understanding basic concepts, components as well as workflow. https://www.youtube.com/watch?v=3RnbKojS5_g Introduction This is a brief introduction to Java Remote Method Invocation (RMI). Java RMI is a mechanism that allows one to invoke a method on an object that exists in another address space. The other … Continue reading Java RMI-Distributed System