Technical Interview

Home
Technical Interview
Interview Process
Introduction Questions
Quantitative Problems
Google & Microsoft
Algorithms
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.

 

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