| Other Core Java Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| To what value is a variable of the Boolean type
automatically initialized? | | 3 |
| why java does not support multiple inheritance | Mind-Tree | 8 |
| which one is performance wise advantageious from List,Set,Map? | | 4 |
| To obtain design information about an object, which class
in used? | | 1 |
| What are interfaces? | | 1 |
| What modifiers are used for interface declaration? | | 2 |
| Can you call a private data from an inner class? | | 3 |
| What is the Dictionary class? | | 1 |
| what do you meant by Runtime Polymorphism? | Persistent | 9 |
| explain the classification of exception and hoew to handle
the exceptions | | 2 |
| Difference between Reader/Writer and InputStream/Output
Stream? | Kirusa | 3 |
| Differences between GridLayout and GridBagLayout? | | 1 |
| What is the differenc between Enemuration interface and
iterator interface according to accessing? | | 4 |
| What is update method and when it is called? | | 1 |
| What modifiers are used with an inner class which is a
member of an outerclass? | | 1 |
| Can you have an inner class inside a method and what
variables can you access? | | 1 |
| How to prevent a field from serialization ? | | 2 |
| Which class is extended by all other classes? | | 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. | | 1 |
| They had given one progam
final HashMap hm=new HashMap();
public void show()
{
hm.put("name",value);
}
in this prg here the final hashtable value can be changed in
put method,its the prg run? | DNS | 2 |
| |
| For more Core Java Interview Questions Click Here |