Can i have abstract class with no abstract methods?
Answer Posted / venkatesh
No, We can't create abstract class without abstract method
abstract class must have atleast one abstract method
| Is This Answer Correct ? | 19 Yes | 142 No |
Post New Answer View All Answers
What is the difference between object oriented programming language and object based programming language?
why are there separate wait and sleep methods? : Java thread
What are daemon Threads in java?
How can we break singleton in java?
What is java’s garbage collected heap?
What are the advantages and disadvantages of object cloning?
What is a static method in java?
What is null statement?
how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT
Explain tree set and its features?
What is diamond operator in java?
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
Is final static java?
Why should we use singleton pattern instead of static class?
what is bmg file and how to create that files?what will it contailn?