| Other Core Java Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Difference between Web-based applications,Client-
Server applications and Distributed applications? | Infosys | 2 |
| What is the return type of a program?s main() method? | | 2 |
| when i write
string s1="java";
in one program(application) and
string s2="java";
in another application
on the same jvm will both objects s2,s2 will refer to same
memory location where "java" is stored
in string pool. | | 2 |
| can we create a instance for intwerface? | | 3 |
| What are Advatages of Overloading and Overridding. | TCS | 3 |
| Why const and goto are reserved keyword in java? | | 1 |
| What is the purpose of the File class? | | 2 |
| What is the format of Inner Class after it compiled? | | 1 |
| Where the CardLayout is used? | | 1 |
| What is the Set interface? | | 2 |
| What is the protocol is used in type4 driver? | CMC | 2 |
| What is the purpose of premetive data types in java? | Merrill-Lynch | 2 |
| Why do inner class cannot have static declaration except
static nested class? | Wipro | 1 |
| Can u write constructor in abstract.If yes den when it will
be invoked. | SunGard | 3 |
| whats the life cycle of jsp
| Satyam | 2 |
| What is System class and its purpose? | | 2 |
| What are the advantages of the model over the event-
inheritance model? | | 1 |
| How to decrease number of hashings in has | | 1 |
| What is the difference between add() and addElement()
method in Vector Class ? | TCS | 2 |
| In which way does a Primitive data type is passed ? | Sun-Microsystems | 2 |
| |
| For more Core Java Interview Questions Click Here |