Technical Round1
1.Basic questions about Java
(Abstraction, Inheritance,Encapulation), HashMap, HashSet
2.Programs as below:
Program to show method hiding in abstract classes.
Program to find largest and smallest in an array of integers.
Program to print table of 5 from 1 to 10 without using for,while or dowhile loops.
Program to find binary value of given integer
Program for Armstrong number
Bubble Sort