suppose we have an interface & that interface contains five
methods. if a class implements that interface then we have
to bound that to give tha definition of all five methods in
that class. If we declare that class as abstract then can
we call only two methods to give the deinition of that
method & i don't want to give the definition of all the
methods? can it possible
Answer Posted / srini
i think we can accomplish by using adapter design pattern.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
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
Explain the difference between call by refrence and call by value?
Is oracle java 11 free?
Why heap memory is called heap?
What is busy spin, and why should you use it?
What is stringwriter?
Do I need java on my pc?
What are JVM.JRE, J2EE, JNI?
Is java an ide?
Hi i am creating desktop application in that i want calling to mobile number. i have java telephone api (JTAPI) but i dont understand how it configure & use plese help me
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
How does map works in java?
What is string in java?
What do you mean by inner class in java?
What the difference is between execute, execute Query, execute Update?