Can we create constructor in abstract class ?
No Answer is Posted For this Question
Be the First to Post Answer
what is the purpose of using rmisecuritymanager in rmi?
How to transfer data from an Applet to Servlet ?
Give a practical example of singleton class usage?
What is final access modifier in java?
What is Garbage Collection in Java
Is it necessary that each try block must be followed by a catch block?
What are basic keywords?
How to make class immutable
What is a local class in java?
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?
I want to re-reach and use an object once it has been garbage collected. How it's possible?
Explain inner classes ?