I'm pretty new to Java. What would be the "standard" way in Java to simulate the FORTRAN EXTERNAL concept? For example to compute the integral of a function where the function is not predefined?
For the reminder, FORTRAN EXTERNAL is a way to pass a "reference" of a function to another subprogram or function. It looks like: http://docs.oracle.com/cd/E19957-01/805-4939/6j4m0vn9d/index.html