What are the common problems you have faced while
implementing Java?
Does java have a compiler?
how do I create a runnable with inheritance? : Java thread
Can you have two constructors in java?
Can you have an inner class inside a method and what variables can you access?
What is a nested class?
how to make a un-checked exception as a checked exception one.
Write a program in java to find the maximum and minimum value node from a circular linked list.
How does arrays sort work in java?
What happens when you assigned a 'double' value to a 'String'?
How many wrapper classes are there in java?
What is the life cycle of Servlet?
Implementations of set interface?