Is it compulsory to have atleast one abstract method in
abstract class?
Answer Posted / krishna
yes it is very much compulsory to have a one abstract mthod
in abstract class
otherwise will be no longer abstract
| Is This Answer Correct ? | 7 Yes | 33 No |
Post New Answer View All Answers
What is method overloading in JAVA? Why is it not present in C ?
What are the advantages of autoboxing?
What is the difference between the paint() and repaint() methods in java programming?
What is the purpose of garbage collection in java? When is it used?
What is exception in java?
What is contractor means and methods?
Explain when noclassdeffounderror will be raised ?
What are the three best choices for a development environment?
What are triggers in DB? Explain their types. How do they work?
What is the use of string and stringbuffer?
What is the length of a string?
Why is sizeof not a function?
Where we write javascript code in html page?
What is the different between get and post?
2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?