Design JAVA / PHP

When Java was developed, they tried to reach these five goals:
  • Simple, object-oriented, distributed and easy to learn.
  • Robust and secure.
  • Independent of a given computer architecture or platform.
  • Very performant.
  • Possible to write an interpreter for the language. 
PHP is a scripting language that helps make webpages more interactive by allowing them to do more things. For example, a website programmed with PHP can have pages that are password protected, whereas a website with no programming can not do this without other complex things.