What happens if an exception is throws from an object's constructor?
No Answer is Posted For this Question
Be the First to Post Answer
Can a class declared as private be accessed outside it’s package?
what is the use/perpose of having a method antive?
Can we have try without catch block?
What is the association?
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?
How dead lock situation occurs in java and how you can identify it?
What is the loop in java?
How many types of syncronization?
What's the base class of all exception classes?
What is an anonymous class?
How do you write a good declaration?
What is Ideal Design of Class?