Why java doesn’t support multiple inheritances?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the access modifiers for a class, method and variables?
How applets will communicate with each other?
Why set do not allow duplicates in java?
Mention some interfaces implemented by linked list in java.
can u handle an error if u write Thowable in the catch class lise try { some errorneous code }catch(Throwable e){ ...}
What is aggregation and composition ?
What does index mean in java?
Can constructor be inherited?
write a class to input 2 points by the user & check the line maked by the points is horizontal,vertical or rectangle?
How can be define MARKER interfce in java
System.out.println(101/14) what is the output? a)6 b)14 c)7.14 d)0
Why java does not support pointers?