What's new
Your Hosting Talk

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Which programming language is secure for website development ?

Clarke

Member
Hi

Please guide me which programming language is secure for website development?
 
Last edited by a moderator:
All languages are secure, there is nothing like secure in programming language. You have to choose language which you think has future and easy to learn.
 
Writing secure code per se is independent of programming language that you use. That means you can write secure code in any language, however that also means you can write insecure code in any language as well.

So, easiest way to write secure code, you not only need to learn the basics of programming language but also use some (MVC or other) framework in that language and follow the best practices of that framework religiously . The frameworks take care of security aspect along with making development process easy for you.

You can create website in many languages however most prominent these days are:

PHP
Java
Python
Ruby
.NET
Java script (which is both server side and client side language)
and many more..
 
[font=Roboto, 'Helvetica Neue', Arial, Helvetica, sans-serif]Based on the TIOBE Index for June 2016 Java is now more well-known than a variety of widely-used programming languages, including C++, Python, C#, PHP and JavaScript. The statistics on usage posted on various websites illustrate the immense popularity and importance of Java in the present day world. Java is an all-purpose programming language. Certain developers prefer to use Java to build desktop GUI applications as well as other developers create numerous web-based applications using Java technologies. In addition, Java is also used extensively for the development of mobile applications and games for Android which is the mobile platform with the biggest user base. There are plenty of reasons that Java is going to be a major factor over an extended period of time.[/font]

[font=Roboto, 'Helvetica Neue', Arial, Helvetica, sans-serif]Java Course in Pune[/font]
 
I'd suggest PHP, Java, and Python, because these three languages are widely used today, and every company requires them
 
Writing secure code per se is independent of your programming language. That means you can write secure code in any language. However, that also means you can write insecure code in any language.
So, the easiest way to write secure code is to not only learn the basics of programming language but also use some framework in that language and follow the best practices of that framework religiously. Then, the frameworks take care of security and make the development process easy for you.
You can create a website in many languages; however most prominent these days are:
  • Python
  • Ruby
  • PHP
  • ASP.NET
  • Java
  • .NET
  • Java script
 
I think the security of your website is not entirely dependent on the programming language you use to develop it.

Website security depends on various factors and programming language is one of them. Apart from that, it also includes used libraries and frameworks, coding practices, and regularly updated software.

Java, Python, PHP, Ruby are some of the secure programming languages.
 
Python programming language is used in developing desktop and web applications and applications based on GUI, Data Science, Machine Learning, and network servers. Python Programming is one of the most demanding skills right now in the market.
 
PHP is everything you need to know if you're looking for a job that involves securing websites. It studies the data flow of a web application from input parameters to cautious strategies.
 

Users who are viewing this thread

Back
Top