Monday, April 23, 2018

Where is the byte code generated by an interface ?

  1. interface MyInterfaceExe {
  2. // Any number of final, static fields / variables
  3. // Any number of abstract method declarations
  4. }
Byte code generated by an interface appears in .class file.

No comments:

Post a Comment

Blueprint for self-improvement

To learn faster: Make the process fun To understand yourself : Write To understand the world better : Read To build deeper connection : Lis...