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

What are interfaces?

3 Answers  


what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread

0 Answers  


Does the order of public and static declaration matter in main method?

0 Answers  


Is an empty arraylist null?

0 Answers  


What is an escape character in java?

0 Answers  


What is contract between hashcode and equal method?

0 Answers  


What is difference between arraylist and list in java?

0 Answers  


Difference between arraylist and vector.

0 Answers  


Is null in java?

0 Answers  


Which is better arraylist or vector?

0 Answers  


take any 4 input numbers. like 2345.. wanted out put is All 16 combinations of the number 2345.. for example- taking input as 4565 output- 5654 4556 4655..

2 Answers   Emphasis,


what difference between throw and throws in exception handling.

5 Answers  


Categories