网站使用的语言[已关闭]

I am very new to website development so the following question may seem very stupid!

I am a Java programmer and have just begun creating websites. I have studied HTML and CSS along with Javascript. I am confused as to what language you would use to do more advanced things (i.e., creating profiles, retrieving profiles, making calculations, downloading files, etc.).

If someone could please explain what each language is used for with an example, it would be greatly appreciated.

The main server side languages used are...

  1. PHP
  2. ASP.NET

You might also want to look into...

  1. Ruby on Rails
  2. Django (Python based framework)
  3. Node.JS (Javascript but processes on the server before being displayed)
  4. Java EE (supports pure HTML, as well as Java applets)

If you are a Java programmer, you would better use Java EE to build websites

What is Java EE?