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
Core Java Developer Interview Questions
77 core java developer interview questions shared by candidates
3. Program to form a diamond pattern with given number: suppose 7
Data structure questions 1. How hashmap work?like code the part of get and put method. 2. Tower of Hanoi using recursion 3. Some small program on string manupulation 4. If thread priority is set to 0 what will happen
Asked basic oops concepts and few programming questions and lot about data bases.
Override the native javascript array so that when you insert an integer it actually inserts two of the same integer.
What's Exception ? How to handle?
Linked List, Java Class parent child concept and strings, SQL and MCQs
two strings as input from the user This program should print two strings as output first string should eliminate the contents of second string and vice versa
Create a class, which has maximum of 5 instances. The sixth and further instance creation should fail. (Singleton)
a program which will read F1 and remove duplicates and write all the unique pairs to file F2. the file F1 might have the following data: U1,U3 U2,U4 U1,U3 File F2 should now have U1,U3 U2,U4
Viewing 21 - 30 interview questions