Is it possible to write static method in abstract class?
justyfy your answer?
Answer Posted / prasad
Yes it is possible to write the Static Method in abstract
class
Ex:DriverManger.getConnection();
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
Does a class inherit the constructors of its superclass in java programming?
If an object is garbage collected, can it become reachable again?
How to change value in arraylist java?
Discuss about garbage collector in Java.
Is there any sort function in java?
What is serialversionuid?
What is difference between java and java ee?
What is difference between hashset and hashmap?
What is the synonym of string?
How to compare strings in java?
What is the difference between serializable and externalizable interface?
What is JDBC Driver interface?How can you retrieve data from the ResultSet
design an lru cache in java?
What is string array?
Why java doesn’t support multiple inheritances?