| Other Core Java Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Why do inner class cannot have static declaration except
static nested class? | Wipro | 1 |
| Explain about vector, dictionary,hash table, property
classes? | Patni | 1 |
| Can we declare an anonymous class as both extending a class
and implementing an interface? | Wipro | 7 |
| what is inner class? | HCL | 5 |
| what is an object and how do you allocate memory to it? | Wipro | 3 |
| I have 100 records in a table with two rows. I need to
display 10 records per page like Google Search. I need only
the Logic(Pagination) in Pure Java. No JSP and all..Thanks
in Advance... | Cybernet | 2 |
| 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 |
| how to pass the parameters to applets? | | 1 |
| What is meant by event handling? | | 1 |
| what is meant by serialization? | | 6 |
| is memory to the abstract class allocated ..or objects not
instantiated | TCS | 4 |
| What is an Exception ? | | 6 |
| Can you make an instance of an abstract class?
| Accenture | 4 |
| Difference between Web-based applications,Client-
Server applications and Distributed applications? | Infosys | 2 |
| What are Access Specifiers and Access Modifiers. | TCS | 4 |
| When you say String is immutable, what do you mean by that?
Say I have String s = "Ness"
s= s+"Technologies";
What will happen? If the value gets appended, then what is
the meaning of immutable here? | Ness-Technologies | 4 |
| What is method Overriding in the perspective of OOPS? | | 2 |
| What are the similarities between an array and an ArrayList? | | 2 |
| static inner classes means..? | | 1 |
| Can a class inherit the constructors of its superclass? | Wipro | 7 |
| |
| For more Core Java Interview Questions Click Here |