Strongly-typed languages for web programming

前端 未结 8 2461
南方客
南方客 2021-02-20 16:52

Are there any strongly-typed programming languages for the Web? I program in PHP now, but often I wish it yelled at me when I tried to compare a number to a string. Functions in

8条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-20 17:50

    You can use Java for web development. You would then need Tomcat or another Servlet Container that supports the deployment of Java Servlets and JSPs.

    Best wishes,
    Fabian

提交回复
热议问题