first questions : 1,3,5,7,11,13,17,19,23,29,..... next element
Developer Interview Questions
269,109 developer interview questions shared by candidates
Ed Round( Given an interface with 3 methods AddEmployee(int empid, String department); updateEmployee(int empid, String department); Collection<Integer> reportEmployees(String Department);
void sort(String s){ } void sort(Integer I){ } void sort(Object o){ } calling : sort(null) which function will be called?
Code some code that checks if any items in an array are greater than 10
Describe the technologies you are comfortable with
Sort an array having N elements where every element is < N. The array has no duplicate values.
array related questions
What is runtime polymorphism? Give example.
Give me 5 reasons why manhole covers are round.
what is session management.
Viewing 821 - 830 interview questions