Can i have abstract class with no abstract methods?
Answer Posted / santosh
yes we can have concreate method in the abstract class
| Is This Answer Correct ? | 42 Yes | 4 No |
Post New Answer View All Answers
What is JVM and is it platform independent?
What data type is a string?
How will you compute size of a structure?
What is replaceall in java?
Will set allow duplicates in java?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
explain multi-threading in java?
Can inner class extend any class?
how to open and edit XML file in Weblogic???
What is java’s garbage collected heap?
What is Garbage Collection in Java
Does java vector allow null?
Why can't we make a class private in java?
Write a java program for binary search?