public class Sine { public static void main(String[] args) { // invocation of a native method System.out.println(StrictMath.sin(0.3)); } }