Answer Posted / diganta kumar
yes .thing is that the two class with same name will be
present in different package,then the class can extend the
same class.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the purpose of a transient variable?
What’s the difference between applets and standalone program?
Can a class be private in java?
How can you set an applet’s height and width as a percentage?
What is the difference between notify and notifyall method?
Can array grow dynamically in java?
Define class?
Define how destructors are defined in java?
What is the implementation of destroy method in java. Is it native or java code?
How do you write a good declaration?
what is deadlock? : Java thread
What do the thread?class methods run() and start() do?
What is the difference between sleep and wait in java?
What is fundamental datatype?
How do singleton patterns work?