Answer Posted / abnish kumar rajput
Abstract class is a class with may having abstract methods
or not.Whereas Interface supports multiple inheritences of
classes note that java does not directly support this concept.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is char a data type in java?
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?
What is java life cycle?
Is zero a positive integer?
Difference between doublesummarystatistics, intsummarystatistics and longsummarystatistics ?
What is the difference between notify and notifyall method?
What is the point of polymorphism java?
What is the significance of continue jump statement? Explain with an example.
How many bytes is string in java?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
What is the static import?
Explain about assignment statement?
What does int argc char * argv [] mean?
Explain the difference between serializable and externalizable in java?
What are the changes in java.io in java 8 ?