previous
|
start
|
next
Instance Fields
public class Greeter
{
...
private String name;
}
access specifier (such as
private
)
type of variable (such as
String
)
name of variable (such as
name
)
previous
|
start
|
next