Is an integer an object?
No Answer is Posted For this Question
Be the First to Post Answer
What is multi level inheritance in java?
What is a values collection view ?
What is bytecode verifier?
Which characters are allowed to use as the second character of an identifier, and which characters are not allowed?
. Define Copy Constructor in Java
What is use of static in java?
What are the advantages of packages in java?
What is the difference between the paint() and repaint() methods in java programming?
what is difference between Action messages and Action errors?
explain about jre and jvm
What is the difference between numeric and integer?
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.