Software Engineer Interview Questions for entry and Mid Level – Part2

Introduction This post will have most important interview questions which used to ask in most of the reputed companies like Google, Amazon, NetApp, Wells Fargo, Wipro, Infosys, TCS, SAP etc. We are just adding Questions to this post and the Read More …

Java program to find the GCD (Greatest Common Division) of two numbers

Introduction This program helps to find Greatest  Common Division from two given number. First of all we have to understand GCD, it is called as Greatest or highest common different in mathematics. In Simple World we can say – the Read More …

Java Program to check Harshad Number

Introduction This program helps to check that entered number is Harshad Number or not. Before start writing code we have to understand Harshad Number and how it calculated. Harshad Number is a positive integer which is divisible by the sum Read More …

Java Program to check Pronic Number or Heteromecic Number Program

Introduction This tutorial will help you to understand Pronic Number or Heteromecic Number Program. In-order to start writing any program we have to understand business requirement and what is the problem. As we know that Pronic Number or Heteromecic Number Program Read More …