Interface in Java - things to remember
Advertisements
| Top Tutorials | New Tutorials | Submit | Login | Register |
Tutorial Detail
Interface in Java - things to remember
interface in Java is keyword which is used to declare abstract contracts. like abstract class you can not create instance of interface instead in ordehttp://javarevisited.blogspot.com/2012/04/10-points-on-interface-in-java-with.html
Total Hits: 4356
Total Votes: 156 votes
Category: JAVA/Core JAVA
Submitted on: 2012-07-21 05:19:38
Submitted By: Javin Paul
Description:
interface in Java is keyword which is used to declare abstract contracts. like abstract class you can not create instance of interface instead in order to use interface you need to implement it and its implementation is where code resides. interface is great tool to define type hierarchy for flexible design in Java More detail...Rating Detail
| Stars | Percentage | Total Vote |
|---|---|---|
![]() |
![]() ![]() 16.03% |
25 |
![]() ![]() |
![]() ![]() 16.67% |
26 |
![]() ![]() ![]() |
![]() ![]() 16.67% |
26 |
![]() ![]() ![]() ![]() |
![]() ![]() 16.67% |
26 |
![]() ![]() ![]() ![]() ![]() |
![]() ![]() 17.31% |
27 |





16.03%

16.67%

16.67%

16.67%

17.31%