Can we make the abstract methods static in java?



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

Post New Answer

More Core Java Interview Questions

What is integer size in java?

1 Answers  


What is object data type?

1 Answers  


Can you override static method in java?

1 Answers  


What is character in data type?

1 Answers  


What are bind parameters?

1 Answers  


What are basic data types?

1 Answers  


What is the char data type?

1 Answers  


What is the difference between == and === javascript?

1 Answers  


Difference between static binding and dynamic binding?

1 Answers  


What is difference between array and vector?

1 Answers  


How TreeMap sorts the objects inside it?? suppose if have include one employee object and one car object. On what basis it will sort?

5 Answers  


What is nested top-level class?

1 Answers  


Categories