Answer Posted / priyanka
Java is not 100% pure oops lang. as it doesnt support multiple inheritance cconcept.....but also it supports multiple inheritance through interface...but interface is not the part of oops.....
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What 5 doubled?
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
Is binary a low level language?
What do you understand by access specifiers in Java?
What is the old name of java?
What is compareto () in java?
How do you remove an object from an arraylist in java?
Why do we need wrapper classes?
Why java is considered as platform independent?
What is return data type?
Can we override private constructor in java?
Why are lists ordered in java?
What is the static variable?
What is the effect of keeping a constructor private?
Explain runtime exceptions?