Is it possible to write static method in abstract class?
justyfy your answer?
Answers were Sorted based on User's Feedback
Answer / prasad
Yes it is possible to write the Static Method in abstract
class
Ex:DriverManger.getConnection();
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / priyanjan
It is absolutely possible to write static method in
abstract class because static methods are class specific
not object specific and they can with name of class.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / n sridhar reddy
ya we can write static method in abstract class
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / krishna
Yes it is possible to write the Static Method in abstract
class, why because every static method loads when the class
is executed all the static members of a class is executed.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / shan
DriverManager is not n abstract class.
Static for class scope stands in as an answer
| Is This Answer Correct ? | 0 Yes | 0 No |
Write a function for palindrome and factorial and explain?
0 Answers Honeywell, Huawei, Zomato,
Can we catch more than one exception in single catch block?
How to print a statement without using semicolan in java
what is the Yield() method used in threads?
Is java call by reference?
Explain listiterator and methods in listiterator?
What is the difference between an object-oriented programming language and object-based programming language?
Can we use String with switch case?
What is generics in java interview questions?
what is multi-tasking
3 Answers Anand Group, Photon Infotech, Tech Mahindra,
In Serialization, whether you will use Static variables?
What is the difference between interpreter and compiling ?