Can u write constructor in abstract.If yes den when it will
be invoked.
Answer Posted / ravi jain
Question is not properly defined!
U r asking abt
1. Contructor's modifier
2. constructor in abstract class
if(2nd)
{
than answer 1 & 2 are correct
}
else if (1st)
{
than answer 3rd is correct
}
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the difference between Array and Hash Table?
Can we increase size of array?
What is use of functional interface in java 8? Explain
What is bom encoding?
What does it mean to be immutable?
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?
What is bigger kb or mb?
Can we create object of inner class in java?
What are the legal parameters?
What is toarray method in java?
What happens if we don’t override run method ?
What are the 8 primitive data types in java?
Explain enumeration in java?
What is local class in java?
Is singleton a bad practice?