CodeNarc web console

subscribe to the feed Subscribe
to this
site
embed in your blog Embed
this
script
GroovyQuiz#8 (via #meetcodenarc)
tweet this snippet Tweet
this
script

To embed this script in your site, just drop the content below where you want to embed it.

GroovyQuiz#8

Published 2 years ago by HamletDRC with tags quiz
Actions  ➤ Edit in console Back to console Show/hide line numbers View recent scripts
class Person {
  transient name = "Hamlet"; 
  
  @Synchronized
  public getName() {
    name
  }
  synchronized setName(String name) {
    this.name = name
  }
}

Recent scripts