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 the advantages of inner classes?

0 Answers  


what is the need to set path in java? how many ways to set path in java? Explain breif?

5 Answers  


What is a platform?

0 Answers  


What are the ways in which a thread can enter the waiting state?

0 Answers  


What is time complexity algorithm?

0 Answers  






What is the use of arraylist class in java?

0 Answers  


what is difference between validation.xml & validation rules.xml?

8 Answers   BirlaSoft,


How big is a boolean?

0 Answers  


How to avoid memory leak in java?

0 Answers  


how can we synchronize Hash map?

3 Answers   CTS,


Can we write multiple catch blocks under single try block?

0 Answers  


what is difference betwenn Access Specifier and Access Modifier ????

2 Answers  


Categories