Explain what are final variable in java?
No Answer is Posted For this Question
Be the First to Post Answer
How to make class immutable
Tell me a few examples of final classes defined in Java API?
Can you create an object of an abstract class?
What is Session reduplication and how its done?
What are the concepts of 'OOPS'?
Can a class be private?
What mechanism does java use for memory management?
How do you use compareto?
What is the basic difference between string and stringbuffer object?
What is string pool in java?
How is rounding performed under integer division?
all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.