Content deleted Content added
Line 20:
but can any interfaces(e.g Connection) have defined methods(e.g createStatement)?
An interface will not have any body(definition) in it's method. It's
here is a sample interface
|
Line 20:
but can any interfaces(e.g Connection) have defined methods(e.g createStatement)?
An interface will not have any body(definition) in it's method. It's
here is a sample interface
|