| Category: | Method reference |
| Applies to: | Java object |
j is instantiated, and then
the field values are set and retrieved using the CALLSTATICtypeFIELD method.
/* Java code */
import java.util.*;
import java.lang.*;
public class ttestc
{
public static double d;
public static double dm()
{
return d;
}