How multipleInheritance is possible in java?
Answer Posted / firdouse
Through Interfaces.........
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Can constructor be inherited?
Can we execute a program without main?
In a container there are 5 components. I want to display all the component names, how will you do that?
What is generic class?
why are there separate wait and sleep methods? : Java thread
Does list maintain insertion order java?
Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification
Is it necessary that each try block must be followed by a catch block?
Can we convert stringbuffer to string?
What is the maximum size of byte array in java?
2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?
What are void methods?
What is hashtable and explain features of hashtable?
A person says that he compiled a java class successfully without even having a main method in it? Is it possible?
What is meant by data hiding/encapsulation?