What are interfaces?

Answers were Sorted based on User's Feedback



What are interfaces?..

Answer / luck

in interface v can only declare a function it will not have any properties

Is This Answer Correct ?    1 Yes 0 No

What are interfaces?..

Answer / ravikiran(aptech mumbai)

interfaces decalres methods and variables...where methods
are purely abstarct and variables are abstract and final

Is This Answer Correct ?    1 Yes 1 No

What are interfaces?..

Answer / sri

Interface is a mechanism in Java which is used to create prototype of the classes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

How do you use equal in java?

0 Answers  


How to find the largest value from the given array.

0 Answers  


What is deadlock and how to avoid this?

2 Answers  


Difference between collection, collection and collections in java?

0 Answers  


what is the use of finalize()Method please explain with an example

3 Answers  






What is the use of bufferedreader?

0 Answers  


Which eclipse is best for java?

0 Answers  


What method is used to compare two strings ?

4 Answers  


What is private protected in java?

0 Answers  


Which variable is the independent variable?

0 Answers  


Why only one Class is public in one file? Explain in details. Thanks in Advance.

12 Answers  


Does java vector allow null?

0 Answers  


Categories