What is set in java?
No Answer is Posted For this Question
Be the First to Post Answer
Which variable is the independent variable?
What is java full form?
What are access specifiers in java ?
0 Answers Akamai Technologies,
What is the difference between break and continue statements?
Which containers may have a MenuBar?
What is public/private protected in java?
Can an object be garbage collected while it is still reachable?
Why do we need wrapper classes?
How HashMap implemented in java? how it internally works when values are added or searched from hashMap?What is the difference betweenthe implementation of hashmap and Linked Hashmap?
What are instance variables?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
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.