| Other Core Java Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| class A{
some variables;
public void a()throws Excepion1,Exception2{....}
}
class B extends A{
variables...
public void a()throws E2,E3{.....}
}
Qns:
here override of methods occurs or not,ore else wil give
any compilation error or run properly..plz tell me briefly
whts happening with the above codes.... | Quinnox | 3 |
| what is Thread? | | 3 |
| what is meta-Inf? | Polaris | 1 |
| Which containers use a FlowLayout as their default layout? | | 3 |
| What is advantage of using threads? | BMC | 2 |
| what is bytecode? watz the difference between machine code
and bytecode? | Oracle | 3 |
| What will happens if you opened Internet Explorer 4 times? | | 2 |
| What is an Applet ? | | 2 |
| What is method Overriding in the perspective of OOPS? | | 1 |
| How to initialize an Applet ? | TCS | 6 |
| What is the use of an interface? | | 3 |
| What is the difference between java and .Net? | Bosch | 1 |
| what is d difference between deep cloning and shallow
cloning in core java? | Satyam | 2 |
| What is the % operator? | | 2 |
| what is a transient variable? | | 2 |
| By what default value is an object reference declared as an
instance variable? | Wipro | 1 |
|
class{
...
...
interface myinterface{
...
...
}
abstract class{
..
..
}
...
..
..
}
is this possible to write "Interface and/ or Abstract class
inside a class ?
if possible whcich one is possible
is only interface?
is only abstract? | Logica-CMG | 2 |
| Difference between String and StringBuffer. | IBM | 3 |
| what is the use of private constructor in core java? | Satyam | 3 |
| Name the methods that used to get and set the text label
displayed by a Buttonobject? | | 1 |
| |
| For more Core Java Interview Questions Click Here |