Java Algorithms, Programs

This blog includes java programs, algorithms, interview questions and frequently asked programs, java tutorial, oracle soa, bpel.

Pages

▼

Add two numbers without using operators

›
Given two numbers, find sum of them without using arithmetic operators. Explanation: Lets assume we have two numbers "a" ...

Smallest of three integers without comparison operators

›
Given three numbers, find Smallest of three integers without comparison operators. Do not make use of mathematical operators in this probl...

Find angle between hour and minute hand (Clock Angle Problem)

›
Clock Angle Problem: Given time in HH:MM format, calculate the smallest angle between Hour hand and Minute hand. Few examples shown in t...

Converting Decimal to Roman Numeral

›
In this post we will write a java program to convert a  decimal number  to equivalent  Roman numeral .  Before we step in to the program, w...

Converting Roman Numerals To Decimal

›
In this post we will write a java program to convert Roman Number to Decimal. Before start our program, lets see what are the roman numbers...
›
Home
View web version
Powered by Blogger.