Technical Interview

Home
Technical Interview
Interview Process
Introduction Questions
Quantitative Problems
Google & Microsoft
Google Pages
Algorithms
Object Oriented
C/C++ Questions
Java Questions
Data Structures
Fundamental Questions
Puzzles
Resume Tips
Added Recently
Links
Contact Us
Submit Question/Answer

Java Interview Questions

These are some Java interview questions. More questions will be added every week or so.

    

    Data Structures: Teddy Bears Puzzle: the game starts when I give you some bears. You can then give back some bears...


    Data Structures: binary search of the arrayImplement the body of the following function using a binary search of the array... 
  
    Data Structures
: JAVA: Suppose that I have the following declarations...

    Data Structures
: JAVA: What are the steps to inserting a new item at the head...


What is the difference between an Interface and an Abstract class?

Solution

 

Explain different ways of using thread?

 

Solution

 

 

What are pass by reference and pass by value? 

Solution


What is the difference between swing and Awt?

Solution

 

What is an Iterator? 

Solution

What does happen if the main method is declared as private?

Solution

 

 

Next Page