Can i have abstract class with no abstract methods?
Answer Posted / saubhik
Yes, we can do it undoubtedly, in that case we restrict it
to make an object of it. Example.- HttpServlet
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which is faster call by value or call by reference?
What is the function of java?
Can a class be declared as protected?
What is the difference between JVM and JRE?
What is static keyword?
What are the restriction imposed on a static method or a static block of code?
What do you mean by checked exceptions?
What are variable names?
What are the 5 types of research methods?
What is jit compiler ?
Can we have multiple public classes in a java source file?
Can you access the private method from outside the class?
Can we overload destructor in java?
Can you have two constructors in java?
What is a condition in programming?