Can i have abstract class with no abstract methods?
Answer Posted / shraddha
yes abstract class can have zer or more abstract methods
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is palindrome in java?
Which graphs are functions?
Can we override tostring method in java?
What is serialization in java?
What are actual parameters?
How will you get the platform dependent values like line separator, path separator, etc., ?
Are arrays static in java?
How do you stop a thread in java?
What is a ternary operator in java? What is an interface?
What is java ceil?
How do you sort words in java?
How listener identify that the event came from a particular object?
What is string data?
what happens when a thread cannot acquire a lock on an object? : Java thread
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?