| Other Core Java Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what is jdk1.5 features? | Virtusa | 2 |
| How to call static method? | Epoch | 3 |
| What is a package? | | 2 |
| Difference between overloading and overridding? | | 4 |
| What are inner and anonymous class? | | 2 |
| What is the preferred size of a component? | | 1 |
| What are Font and FontMetrics classes? | | 1 |
| how to use finalize()Method to resources | TCS | 2 |
| what are the differences between final,finally,finalize
methods? | | 7 |
| what is difference between Action messages and Action errors? | TCS | 1 |
| What is unicode? | | 2 |
| How to add panel to a Frame? | | 2 |
| Name the types of 'priority'? | | 2 |
| methods in Applet? | | 1 |
| my method "abc" return array of interface "xyz"
and "pqr" is abstract class implements abc
and class "jkl" extends pqr
My problem
1) when i call abc it retrun array xyz how can i do this
hint
xyz refer_xyz = new jkl();
but i can't create array.
2)I want to access method of jkl using reference of xyz??
| | 1 |
| when we write class.forName("any one class"); what happens
actually?what it will return?explain stepwise? | | 4 |
| If set accepts only one argument then how can it compare
two objects to avoid duplicates | | 3 |
| What is constructor and virtual function? | | 4 |
| What is the difference between a public and a non-public
class? | | 2 |
| What is the difference between error and exception and
explain in simple words not whatever is given in the book. | | 6 |
| |
| For more Core Java Interview Questions Click Here |