| Other Core Java Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Can we have a abstract class withought any method? What is a
purspose of this? | | 1 |
| what is hashmap& hashtable with example? | CTS | 1 |
| What are the advantages of the model over the event-
inheritance model? | | 1 |
| Explain about GridBag Layout? | | 1 |
| what is the output ? Math.floor(-2.1)
a)2
b)-2
c)-3.0
d)0 | Accenture | 2 |
| Difference between String and String Buffer? | | 3 |
| can anyone explain me the concept of autoboxing? | | 3 |
| What is Distributed Application and what is its usage? | | 1 |
| why java not supproting multiple inheritance?
| | 5 |
| what release of java technology are currently available what
do they contain? | | 1 |
| How many statements can be created with one connection in jdbc? | Polaris | 2 |
| can u override the start() method of Thread class | | 4 |
| what is the use/perpose of having a method antive? | | 2 |
| what is use of session tracking ?with example? | Photon | 1 |
| is there any function in java to make the text to blink? | | 5 |
| What is an Iterator interface? | | 2 |
| explain the classification of exception and hoew to handle
the exceptions | | 2 |
| Hi Friends, I am beginner in java. what i know about
synchonized keyword is,If more that one 1 thread tries to
access a particular resource we can lock the method using
synchronized keyword. Then after that how the lock is
released and how next thread access that.Please explain with
example. | | 1 |
| What is finally in exception handling? | | 6 |
| 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 |