Can a serialized object be transferred via network?
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by anonymous class?
What is a boolean expression in java?
What is difference between an object and a class?
Which sorting algorithm is in place?
What is the point of java?
"we cannot create an object of interface but we can create a variable of it".diacuss the statement with the help of an example.
What are meta-annotations?
Does java list allow null?
What are exception handling keywords in java?
is set interface synchronized by default???
What is Session reduplication and how its done?
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.