Answer Posted / ashokmail.java@gmail.com
interfaces are implementing not extends. We can implements
more than one interfaces
Is This Answer Correct ? | 18 Yes | 35 No |
Post New Answer View All Answers
What does .equals do in java?
How to compare two strings in java program?
what is meant by Garbage collection?
What is xslt in java?
What is the difference between the ">>" and " >>>" operators in java?
What's the difference between int and integer in java?
What is defined as false sharing in the context of multithreading?
Explain the transient field modifier?
What is difference between module and function?
java program with complete 4 oops concepts implemented example
Explain different states of a thread in java?
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?
what is the difference between Object Based Language and Object Oriented Language?
Can we force the garbage collection to run?
Why is stringbuffer not immutable?