Which programming language has extension .do
According to FileInfo, the file extension is for Java Servlets.
Strictly speaking, you can't tell for sure just by looking at the extension. I can configure a web server to interpret *.do
URLs as referring to PHP files or even executables and run it accordingly. In fact, *.do
URLs may not even refer to files at all! It really does depend on how the server is configured.