what is thread in Java ?
How do you define a variable?
Why do we need main method to execute a java program?
Why singleton pattern is better than creating singleton class with static instance?
Enlist diffrent types of inheritance supported by java?
Can I override protected method in java?
How will you add panel to a frame?
Is singleton class thread safe?
1) There are 10 different threads in runnable state. Each having priority 1 to 10. How does the CPU schedules or executes these threads?
What is the static field modifier?
What is a super class and how super class be called?
How do you invoke a method?
What methods are used in Servlet?Applet communication?