Table of Contents Chapter Index Previous Slide Next Slide 425
Motivation

Writing program scripts with Java
Motivation
  • Compared to JavaScript, Java enables:
  • Better modularity
  • Better data structures
  • Potential for faster execution
  • Access to the network
  • For simple tasks, use JavaScript
  • For complex tasks, use Java