http://www.instanceofjava.com/p/interview-questions.html
Java interview questions on this keyword
Default constructor vs no arg constructor
Method overloading interview questions
Is it possible to print message without using System.out.println()
Java program to restrict a class from creating not more than three objects
Abstract class and abstract method interview questions and programs
Interfaces allows constructors?
Interview Programs and questions on method overriding in java
Java interview questions on interfaces
Can we create private constructor in java
Super keyword interview questions java
How to check internet connection using java
What is encapsulation in java ?
Java interview questions on final keyword
What is constructor chaining in java?
Can we create static constructor in java
Explain java data types with example programs
Inheritance programming interview questions
Explain System.out.println()?
What happens When System.out.println(null)?
What is non static block in java
Top 20 collection framework interview questions
Explain about Enhanced for loop in java
What are the oops concepts in java?
Return statement in try catch block java
What is class and Object in java?
Can we Overload static methods in java
Can we Override static methods in java
Java interview Questions on main() method
Can we call super class static methods from sub class
Can you define an abstract class without any abstract methods?
what are the differences between Final , finally finalize()?
What is Exception? difference between Exception and Error? and types of Exceptions?
Differences between method overloading and method overriding
How to write custom Exception?
What is serialization?
What is abstract class and interfaces ?
How to call garbage collector explicitly?
what is cloning? difference between shallow copy/shallow cloning and deep copy /deep cloning?
Difference between arraylist and vector?
Producer Consumer Problem
Different ways to create objects in java
Different places to define object in java
Why Java does not supports multiple inheritance?
Difference between enumeration and iterator and list iterator?
Difference between throw and throws in java
What is the difference between equals() method and == operator
Differences between HashMap and Hash-table
Convert string to date in java
Remove duplicate elements from an array
Can we create Thread without extending thread and Implementing Runnable
Comparable vs Comparator
Singleton Design Pattern
Why StringBuffer Class not overriding Equals() method?
Draw the Architecture Diagram of your current project.