vote up 0 vote down star

Hi,

In Groovy, it appears that the following declarations are both legal

private final results = []
private final def results = []

Is there any difference between these two?

Thanks, Don

flag

38% accept rate

1 Answer

vote up 1 vote down

See this question: Groovy: what’s the purpose of “def” in “def x = 0” ?

link|flag
@Leonel: Great! My next question is.. .what is the "variable script bindings"? – Oscar Reyes Jun 24 at 18:02

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.