how an we achive multiple inhetitance in java using
interface..??
Answers were Sorted based on User's Feedback
Answer / sindhu
In Java Multiple Inheritance can be achieved through use of Interfaces by implementing more than one interfaces in a class.
| Is This Answer Correct ? | 19 Yes | 0 No |
Answer / sudhir
ya,use interface make 2nd class interface and use
implements keyword for inheritance.
| Is This Answer Correct ? | 0 Yes | 0 No |
java can provide security ,how can provide?
8 Answers Aspire, BNP Paribas, Genpact, IBM,
What do you mean by constructor?
How u dubugg ur project?
What is meant by distributed application? Why are we using that in our application?
What is the difference between hashmap and hashtable? What is an interface?
Why to give the file name same as the public class name in java?
What is use of set in java?
if am have 100 threads(for ex:T1,T2---T100) how we give priority to these threads and how the system excute these threads
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
What’s the difference between applets and standalone program?
Same common question what is Map,Set,HashMap,List????
Can you declare an interface method static?