Showing posts with label Java. Show all posts
Showing posts with label Java. Show all posts

Wednesday, August 12, 2015

Most Popular Programming Languages State by State

When it comes to programming languages, most people probably can't name more than 2. Popular answers to this question typically include languages like C++ or JavaScript, but there is a whole host of other languages out there for people to use. And just because you've never heard of one doesn't mean that it isn't the most popular programming language on the other side of the country.

Silicon Valley may be the hotbed of new and exciting tech, but most programmers and developers are working hard in other industries, like big business. A recent programmer Q&A from the site Experts Exchange delved deep into its own data to determine what exactly the most popular programming languages are in the United States.

The survey took a look at who was asking questions about which programming languages, which was one of the factors in determining which states used which programming languages. In addition to that, users who were qualified "Experts" on the site seemed to favor PHP heavily.

If you look at the data and simply go off of the number of questions asked then it's clear to see that Microsoft's .NET programming language is seeing increased use. However, most people in the business are not surprised by these results.

PHP is a script language that is pretty much the standard with web developers, despite the fact that a lot of programmers don't seem to like all that much. Going along with that, .NET is a Microsoft standard that isn't exactly the most talked about but it is a good entrance for coders who are just getting started with learning to build apps around Microsoft platforms, platforms which are widely used in the business world.

What this data also does is show those in the Silicon Valley that the popularity of the newest programming languages is insignificant when compared to the driving force of existing options. Some of the more trendy languages, like Ruby on Rails and Swift, don't even appear on the list.

So what are the most popular programming languages in the country? Here's the list:

  • ASP
  • Cold Fusion
  • C++
  • C#
  • Delphi
  • Java
  • JavaJ2EE
  • JavaScript
  • .NET
  • PHP
  • Powershell
  • Python
  • Shell
  • SQL
  • VisualBasic

Just to note, West Virginia and North Dakota didn't return any significant data....coders must not exist there.

Content originally published here

Friday, July 29, 2011

Java Standard Edition 7 Finally Released by Oracle

Java SE 7Oracle has finally shipped Java Platform Standard Edition 7, otherwise known as Java SE 7, in what is the first major update to the programming language in over five years. Oracle let news of this out in a company announcement yesterday. This is also the very first release of Java SE under the ownership of Oracle.

According to Oracle Chief Java Architect Mark Reinhold in a webcast earlier in the month, "We all know for various business and political reasons that this release has taken some time."

According to an estimate by Oracle, some 9 million developers from around the globe use Java. Tiobe Software also estimates that Java is the most widely used programming language in the world, bumping off C and obliterating C++ with twice as many users. Over 3 billion devices around the world run Java and it is deployed by 97% of enterprise desktops worldwide. In addition to that, the Java runtime is downloaded over a billion times each year.

Since Oracle acquired Java as part of its January 2010 acquisition of Sun Microsystems, the company has come under a lot of scrutiny from a plethora of different quarters for its management. Back in December, the Apache Software Foundation withdrew its participation from the Java Community Process, stating that Oracle did not govern Java as a truly open specification. Oracle has also sued Google for "inappropriate use of Java" in Google's Android mobile OS.

According to Senior Director of Engineering for Red Hat's Middleware Business and Red Hat's Primary Liaison for the JCP Mark Little, however, "The new release is solid, though it is more of an incremental release than anything else."

The new version of Java addresses many of the trends that have overtaken the field of computer programming over the past 10 years. It offers increasingly improved support for the growing number of non-Java dynamic languages that are designed to run on Java Virtual Machine. In addition to that, it also features an API for simplifying the task of running a program across multiple processor cores. Also, the range of actions that programs can take with file systems has been vastly improved as well.

Source: Computer World - Oracle releases Java SE 7