Monday, April 23, 2018

What is the extension of the file to save an interface program ?

  1. interface MyInterfaceExe {
  2. // Any number of final, static fields / variables
  3. // Any number of abstract method declarations
  4. }
The extension is .java for interface written program.
Lets save as: MyInterfaceExe.java

No comments:

Post a Comment

How to run standalone mock server on local laptop

 Please download the standalone wiremock server from Direct download section at the bottom of the page.  Download and installation Feel fre...