what is interface in java.

Answers were Sorted based on User's Feedback



what is interface in java. ..

Answer / jairaj singh bora

Interface is the key word that may be used to implement
multiple inhertiance in java.in the interface class only
function are define not the defination .defination are
defined in implements class.

Is This Answer Correct ?    5 Yes 0 No

what is interface in java. ..

Answer / ksrnaidu

INTERFACES are used to implement the multiple inheritance
in java we can't implement the multiple inheritance in java
directly like C++

Is This Answer Correct ?    3 Yes 0 No

what is interface in java. ..

Answer / swapna

Interface is a one type of class.All methods must be
asbstart.Declared all methods not define in that class.It
define in implemented class.

Is This Answer Correct ?    1 Yes 0 No

what is interface in java. ..

Answer / rakesh

This is just like model for implementation of class.That
means it describe the functions only no the definition.means
what class is made for.
for Eg. if we want to make chair it will provide the
functions to implement to get work done i.e( chair in our
case ).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

What is a composer?

0 Answers  


What is inheritance in php? How many types of inheritance supports php?

0 Answers  


Is php used in 2019?

0 Answers  


How can we get ip address of a client in php?

0 Answers  


Why is php so popular?

0 Answers  


What is Different between Joomla And Magento?

0 Answers  


Explain what are the two main string operators?

0 Answers  


What are the different types of errors in PHP?

5 Answers  


What are the security measures we have to take for our site not to hack by others?

1 Answers   Infosys,


How to Define a Constant in PHP? Is $ symbol necessary?

6 Answers   Maples,


What is http php?

0 Answers  


What is input sanitization in php?

0 Answers  


Categories