| Other Core Java Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is garbage collection in Java, and how can it be used ? | Wipro | 10 |
| What is protected and friendly? | | 1 |
| How many objects are created for a singleton class | Ness-Technologies | 4 |
| How can you eliminate duplicates? | | 1 |
| what is Hashmap & Hashtable wirh example? | Saksoft | 4 |
| what models are available for event handling? | | 1 |
| how can i connect to database in a applet ? | | 1 |
| what is polymorphism? | | 2 |
| Is it possible to write static method in abstract class?
justyfy your answer? | Hexaware | 3 |
| How to create two different thread class inside a main function? | | 1 |
| How GUI component handle its own events? | | 1 |
| Why const and goto are reserved keyword in java? | | 1 |
| How to deprecate a method?
Show it with proper example.
Plz give the answer of this.Thanx in advance.
mail me: tanzeem.akhtar@gmail.com | | 1 |
| 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 |
| what is the difference between Java Command Line and C
command Line? | | 1 |
| how to transactions(Bank transactions) in business process
in ejb? | Photon | 1 |
| Hi, well i am unable to understand that why it is mandatory
to have same hashcode, if two objects are same?
Thanks in advance. | | 5 |
| What is an enumeration class? | | 2 |
| String is a immutable objects . it means that string does
not change...........
But it will be chang.........
{
String s="kapil";
String s1="raj";
String s=s1;
then print(.......)
The String has been changed ..
how it is possible and why its called immutable objects | | 3 |
| What is "finally" keyword? | | 3 |
| |
| For more Core Java Interview Questions Click Here |