Category: | Field reference |
Applies to: | Java object |
j
is instantiated, the
field values are set using the SETtypeFIELD method, and then the field values are retrieved.
/* Java code */ import java.util.*; import java.lang.*; public class ttest { public int i; public double d; public string s; } }