As it turns out, yes, you can build websites with any language you want. You could even process the incoming requests by hand and serve the responses yourself. The client has no idea what the server is or how it works, so as long as it conforms to protocol the server can work however it wants.
Though, some languages are better suited to web development than others.
This shouldn't be a difficult concept to grasp - there are numerous products that do the same thing in different ways (fridges, TVs, cameras, cars, cereal, restaurants, computers, etc) so if you've ever left your house at all this should make sense.
I think assembly is mother of all languages
without it you are novice
what u say?
uhhhhmmm no. there are plenty of people who are definitly not beginners and write amazing code, none of which includes assembly (at least they arent writing it. the libraries included might use it, but thats different)
you can decompile it, or fix the source code. you dont need assembly to do that. if its python or java (assuming youre using the standard interpreters) then it is easy to decompile the byte code.
Ok if you don't know assembly then you are not the master!