| Other Core Java Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| which method throws exception of type Throwable | | 2 |
| Can we declare static variables in JSP page. | TCS | 3 |
| What is Co-Variant return type in method overriding? | RBS | 1 |
| Can you have a constructor in abstract class? | | 13 |
| Why java Don't Support Multiple interitence | ABC | 8 |
| which one is more efficient
int x;
1. if(x==null)
2.if(null==x)
state which one either 1 or 2? | HP | 2 |
| What is numeric promotion? | | 1 |
| What is an object?s lock? Give name of object?s that have
locks? | | 1 |
| diff between abstract methods and interfaces with programing
(code) example? | | 2 |
| Which method will get invoked first in a stand alone
application? | | 1 |
| is JVM platform dependent or independent..? | IBM | 8 |
| what is polymorphism with example?types of polymorphism? | HP | 13 |
| whats the diff between jsp and servlets? | HCL | 9 |
| What is parameter tag and what is its use? | | 1 |
| In which language JVM (Java Virtual Machine) is implemented | | 4 |
| garbate collector(GC)? | | 4 |
| Convert a binary search tree to a sorted doubly linked list
inplace. | Amazon | 1 |
| How to add panel to a Frame? | | 3 |
| How many ways can an argument be passed to a subroutine? | | 2 |
| What is the protocol is used in type4 driver? | CMC | 4 |
| |
| For more Core Java Interview Questions Click Here |