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
How we can execute any code even before main method?
How many bits is a float?
What is serial version uid and its importance in java?
What is a package in java? List down various advantages of packages.
What is the basic of java?
What is difference between calling start() and run() method of thread?
How to find the index of the largest number in an arraylist java?
What is static data type in java?
Is java call by value?
What is local declaration?
What are the access modifiers in java?
What is the primary benefit of encapsulation?
What is prefix of a string?
What is canonical name in java?
How to create com object in Java?