| Other Core Java Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what is mutability?which one is mutable String or StringBuffer?and why?give
examples of each which shows the mutability of each String or StringBuffer | | 2 |
| AWT event listeners extends what interface? | | 1 |
| what is the difference between AWT and SWING what is the
advantage of using swing? | | 3 |
| Does a class inherit the constructor of its super class?if
it does, how can you hide that constructor? if it doesnot
how can you call it from the sub class? | | 1 |
| Name the runtime exceptions that occurs frequently? | | 4 |
| Why null interfaces are used in Java? | | 2 |
| What is Ideal Design of Class? | | 2 |
| Name the methods in mouse listeners ? | | 3 |
| static inner classes means..? | | 1 |
| Package1 and Package2 both have a method name lets say
"methodA" with different implementation. When I import both
the packages in a java class how can I use both the methods? | Ericsson | 3 |
| where u use Abstraction and Interface in real time | Sonata | 2 |
| In the HashMap, we know the values but we dont know the key,
then how can we get the key from HashMap ????? | Kanbay | 3 |
| what is a package? | | 8 |
| Howmany address lines are required to addressing 1 MB
memory? | | 3 |
| What is the difference between the >> and >>> operators? | | 1 |
| what is difference between colection and collections? | Tech-Mahindra | 8 |
| How to access a method that it declared as protected? | | 3 |
| What is the difference between throw and throws? | | 5 |
| What is a default package ? | | 7 |
| whats the life cycle of jsp
| Satyam | 10 |
| |
| For more Core Java Interview Questions Click Here |