what is singleton class in java?
No Answer is Posted For this Question
Be the First to Post Answer
Why can we not override static method?
How to Sort Strings which are given in List and display in ascending order without using java api.
There are 2 classes, 1 LandAnimal and another WaterAnimal. There is another class Animal which wants to have the properties of both LandAnimal and WaterAnimal. How will you design this situation?
How many days will it take to learn java?
Is string a keyword in java?
Say any two properties in beans?
diff. b/w JAVA and javascript...
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
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?
What is the difference between error and exception and explain in simple words not whatever is given in the book.
What is this keyword in java?
Is final static java?