why is multiple inheritance not allowed in java?
Answer Posted / b.raja
pointers concept are not supported by java.and to reduce
the code redundency
| Is This Answer Correct ? | 7 Yes | 16 No |
Post New Answer View All Answers
Compare java and python.
Is null a value?
Wha is the output from system.out.println(“hello”+null); ?
How do you sort arraylist in descending order?
What are methods of a class?
What is a numeric digit?
How are the elements of a gridbaglayout organized?
What happens if a constructor is declared private?
What will happen if static modifier is removed from the signature of the main method?
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?
How do you create a bulleted list?
How can we create an immutable class in java?
What does n mean in java?
What is the purpose of garbage collection in java?
What is the use of object and class classes?