What are advantages of using Java?s layout managers than
windowing systems?
No Answer is Posted For this Question
Be the First to Post Answer
What is ellipsis in java?
Can we use String with switch case?
Why wait and notify methods are declared in object class?
Does collectionutils isempty check for null?
How do you add an element to a set in java?
write a program that list all permutations of ABCDEF in which A appears before B?
Explain public static void main(string args[]) in java.
What is difference between path and classpath variables?
What is currentthread()?
What are methods?
What is difference between classpath and path variables in java?
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.