Techno Terminal

Simple way is easy to understand...

Saturday, 28 May 2016

Implement Berlin Clock

›
This question is asked in UBS bank Interview. Problem:- Berlin Clock represent time in the form of Lamps. Each Row representation of L...

JDK 1.8 Compiler Compliance is not available in Eclipse Kepler

›
Most of the time we encounter this issue that jdk 1.8 Compiler compliance is not available in Eclipse .Mostly this issue seen in Kepler. ...

Write Comparator for Student class, assuming student class has name and roll number.

›
Question:- Write comparator for Student class, assuming student class has name and roll number.            Conditions:              ...

How to implement an ArrayList

›
Sample Program:- /** * @author Dixit * */ public class CustomArrayListImpl { private static final int LIST_SIZE ...

Write program to sort map by value

›
Sample Program:- import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; import java.util.HashM...

Sort a stack using temporary stack

›
Stack is a data structure which is based on first-in ,last-out algorithm.It basically means the element which is added first will be remov...

Find sum of each digit in a number using recursion

›
Recursion is a technique which allows to define something in terms of itself which means recursion allows a method to call itself repeated...
‹
›
Home
View web version
Powered by Blogger.