Answer Posted / uday kumar
Java does not support multiple inheritance and .NET
supports multiple inheritance.
Java platform independent and .NET is not....
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
How static variable work in java?
What is the inheritance?
Is break statement can be used as labels in java?
Explain the difference between arraylist and linkedlist in java?
Variable of the boolean type is automatically initialized as?
What is private static in java?
What is abstraction in java?
What happens if an exception is not handled in a program?
What are predefined functions?
Can a private method be declared as static?
What does the “final” keyword mean in front of a variable? A method? A class?
Can we create more than one object singleton class?
How is a variable stored in memory?
What is a null check?
Why do we use return statement?