Can we make the abstract methods static in java?
Answer / Sudhanshu Nigam
No, it is not possible to make an abstract method static in Java. Abstract methods are intended to be overridden by concrete subclasses and hence must be non-static.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is integer size in java?
What is object data type?
Can you override static method in java?
What is character in data type?
What are bind parameters?
What are basic data types?
What is the char data type?
What is the difference between == and === javascript?
Difference between static binding and dynamic binding?
What is difference between array and vector?
How TreeMap sorts the objects inside it?? suppose if have include one employee object and one car object. On what basis it will sort?
What is nested top-level class?