Is it compulsory to have atleast one abstract method in
abstract class?
Answer Posted / jag
no we can have all concrete methods in abstract class
example:
all the methods in javax.servlet.HttpServlet class are
concrete but it is abstract class
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Can a source file contain more than one class declaration?
What is difference between static variable and global variable?
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
Does printwriter create a file?
What are functions in java?
Why singleton is not thread safe?
What are three advantages of using functions?
Why collection doesn’t extend cloneable and serializable interfaces?
What is an array length?
What is the difference between break and continue statements?
What do you know about the garbage collector?
What is the use of isempty in java?
Can a class be final?
What type of variable is gender?
How can we create objects if we make the constructor private ?