| Other Core Java Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Why non nested classes in java are not having marked as
protected access specifier | Google | 1 |
| What is a layout manager? | | 1 |
| can we create object for static class in java | Marlabs | 5 |
| Real Time sample code for Encapsulation and Abstraction.
where to use abstract and where to use specifies like
public private. | | 1 |
| What is casting ? | | 2 |
| How Applets & Servlets will communicate with each other? | | 2 |
| What is audio clip interface? Name few methods of it ? | | 1 |
| 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 difference between Eclips and MyEclips? | | 2 |
| Difference between Web-based applications,Client-
Server applications and Distributed applications? | Infosys | 2 |
| What is more advisable to create a thread, by implementing
a Runnable interface or by extending Thread class? | | 5 |
| What is the difference between Resultset and Rowset. | IBM | 5 |
| what is main purpose of abstract class? | | 2 |
| what is a static block? | | 4 |
| How is Garbage collection done in Java? | T3-Softwares | 2 |
| why ,we are using jsp and html.which one is better? | Photon | 1 |
| What are field variable and local variable? | | 2 |
| Difference between String and String Buffer? | | 3 |
| how can we import the user defined package without classpath?
| | 1 |
| What is the difference between abstract class and interface? | | 2 |
| |
| For more Core Java Interview Questions Click Here |