Answer Posted / hari krishna
All the classes including the abstract classes can have
constructors.Abstract class constructors will be called
when its concrete subclass will be instantiated.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is the difference between multiple processes and multiple threads?
What is byte [] in java?
Variable of the boolean type is automatically initialized as?
If a variable is declared as private, where may the variable be accessed?
What is the use of put method?
Does unicode support all languages?
How big is a 32 bit integer?
What does arrays sort do in java?
What are synchronized methods ?
Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?
How can I right-justify a string?
Differences between C and Java?
How can we achieve thread safety in java?
How does hashset works in java?
How do you detect memory leaks?