How to perform bubble sort in java?
No Answer is Posted For this Question
Be the First to Post Answer
Can we catch more than one exception in single catch block?
What are exceptions
What is an Applet ?
How many types of memory areas are allocated by JVM in java?
what is difference between abstract and interface? can i give real time example for the two topics?
Can a class be private or protected in java?
What do you mean by multithreaded program?
What is JFC?
all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.
What is Runtime class and its purpose?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
why java not supproting multiple inheritance?