How multipleInheritance is possible in java?
Answer Posted / shiva
java does nt support multiple interface by using interfaces
its support tis one
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of static methods and static variables?
What is instance synchronization?
Can a constructor call the constructor of parent class?
Tell me are there implementations for sorting and searching in the java libarary?
how can you take care of mutual exclusion using java threads? : Java thread
What is string substring?
How to set the permissions to a file in java?
How to write custom exception in java?
When do you get classcastexception?
Why we use multi threading instead of multiprocessing?
Can you instantiate the math class in Java?
Name and explain the types of ways which are used to pass arguments in any function in java.
What is the main advantage of passing argument by reference?
What is a byte array?
What is the use of System class?