Answer Posted / santhosh
As per my knowledge java does not support multiple
inheritance through interfaces.Only the people copying the
syntax and saying like that.
my view is what is there in interfaces to inherit?
Because there is nothing to inherit from interfaces,all the
methods are by default public and all the variables are
public static final by default.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is an 8 bit word?
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
What is a variable and constant?
When will we prefer to use set and list in java and why?
What is meant by nested loop?
What is the difference between actual and formal parameters?
What is a null point?
How to split a string in java?
What is annotation in java?
What is the purpose of the file class in java programming?
What is the this keyword?
How to check if linked list contains loop in java?
What is the use of jtable?
What is meant by 'bit masking' in java?
What is the use of http-tunneling in rmi?