Assume there is a method provided getNextperson() which gives Person objects which have comparable interface implemented, now read from a file records and sort it and give first 1000 records, write code on the paper
Java Programmer Interview Questions
258 java programmer interview questions shared by candidates
What is java?
Write code to return a sorted array of int, when passed in 2 sorted array of int to the method.
In first round having programs and aptitude. which is a optional type questions and then second round is technical round.final round is hr
how are you? Have you ever worked
what is the output public class Barclays { static class A{ A(){ f(); } public void f(){ System.out.println("A ctor"); } } static class B extends A{ B(){ f(); } public void f(){ System.out.println("B ctor"); } } public static void main(String[] args) { B b = new B(); b.f(); A a = new A(); a.f(); } }
what is jfc?
Is Hibernate Session Factory thread-safe?
1. Initially Lot of those cliché questions like "what was the most challenging project?, why it was challenging? what was your role? what particular task made it challenging? Why not tried some other way? What did you learn from that experience?" 2. The HR person asked me lot of critical thinking questions. lot of them were on internet... :) 3. Asked why do I like consulting, and why not try for a permanent job at some big company ?
Have u done any course?
Viewing 1 - 10 interview questions