How can we get one Interface methods whit out using
implementation of interface



How can we get one Interface methods whit out using implementation of interface..

Answer / hanuma

Use the composition

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is complexity and its types?

0 Answers  


What is a super class and how super class be called?

3 Answers  


Explain 5 features introduced in jdk 1.7?

0 Answers  


How can you avoid serialization in child class if the base class is implementing the serializable interface?

0 Answers  


Objects or references which of them gets garbage collected?

0 Answers  


Explain importance of throws keyword in java?

0 Answers  


How do you sort a string in alphabetical order in java?

0 Answers  


What is difference between printf and scanf?

0 Answers  


When finally clause is executed?

3 Answers  


Why is stringbuffer not immutable?

0 Answers  


What are generic methods?

0 Answers  


How to connect to a remote database using Applet?

0 Answers  


Categories