| Other Core Java Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| why String class is immutable. | iGate | 3 |
| how many design pattern r there? and wht design pattern u
use and why ? | HP | 5 |
| primitive data types in Java ? | | 3 |
| class A{
m2(){
}
}
class B extends A{
m2(){
}
}
class c extends B{
m2(){
}
}
class my_class extends c{
m2(){
}
pulic static void main(){
...My_class a = new my_class();
super.super.super.m2(); is this is leagal
if not find what is the legal procedure in order to call A's
version of m2();
}
| Logica-CMG | 8 |
| what is an virtual function | TCS | 2 |
| What is compile time polymorphism? | Elementus-Technologies | 6 |
| What is the diff. b/w Interfaces & Abstract class? | Ericsson | 4 |
| static inner classes means..? | | 1 |
| What is casting? | BMC | 3 |
| Which method is used to find that the object is exited or
not? | | 1 |
| what are depricated methods ? | Satyam | 4 |
| how u do unit testing? | iFlex | 2 |
| what release of java technology are currently available what
do they contain? | | 1 |
| Difference between this(), super()? | | 8 |
| Explain Connection Pooling? | | 3 |
| What happens if an exception is not caught? | | 4 |
| what is the difference between the "protected and default"
modifiers? | | 4 |
| what is the difference between static block and static
method | Huawei | 9 |
| How are Java source code files named? | | 3 |
| why the primitive data type have classes? | | 2 |
| |
| For more Core Java Interview Questions Click Here |