Does java support multiple inheritance or not?
No Answer is Posted For this Question
Be the First to Post Answer
hoe can u call a constructor of a private classs to other inherited claa??
Explain OOPs concept.
how can we import the user defined package without classpath?
Can we declare main () method as non static?
Is node a data type in java?
What is method overloading in java ?
Can a class be subclass of itself?
Can we make the abstract methods static in java?
What is compareto () in java?
What is bool mean?
How many bytes is double?
Why should we create an object? what is a need of it? Apart from access members of a class i want what is a need of object what does it contain?? In normal class to access any member of thaht class we create object where as for static class we access its members using class name. what is a difference between them... thanks in advance.