Is overriding possible in java?
No Answer is Posted For this Question
Be the First to Post Answer
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
Can a static method be final?
Describe the syntax of multiple inheritance? When do we use such an inheritance?
What is isa relationship?
What is a double vs float?
Catch(Exception e){ } in that what is Exception and purpose of that in that place exactly?
Linked List reverese program
what is main difference b/w abstract class and interface
What is arrays aslist in java?
What is the purpose of the return statement?
What are serialization and deserialization?
Which api is provided by java for operations on set of objects?