No of visitors who read this post: 140
Type: Question
Author: Noah Baker
No votes yet

Good day experts,

How does Internet software work? What is the programming language does programmers use to create application and internet games?  Thanks.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

#

hello,

their are number of languages that are used some are as below.

  • The language most often used is C++ because it provides low level enough access to allow a programmer to do low level optimization.
  • C is also used but not frequently
  • Android apps are written in Java, C or C++
  • iOS apps are written in Objective C
  • Many web based games have been developed inJava also
  • ActionScript (Flash) is used a great deal for web based games.

# (Solution Accepted)

Here are some languages though, which stayed popular through the years.

  • Java: An object-oriented programming language.
  • C: C is one of the most widely used programming languages of all time. Learning C is crucial. Once you learn C, making the jump to Java or C# is fairly easy, because a lot of the syntax is common.
  • C#: This general-purpose programming language developed by Microsoft evolved from C and C++.
  • C++: Most popular programming language with application domains including systems software, application software, server and client applications, and entertainment software such as video games.
  • Objective-C: This language is mostly used on the Apple iOS and Mac OS X. Objective-C is the principal language used for Apple's Cocoa API as well.
  • PHP: High-speed scripting with caching.
  • (Visual) Basic: This is an event-driven programming language.
  • Python: High-level programming language whose design philosophy emphasizes code readability.
  • Perl: It is used extensively to write Web server programs for a variety of tasks.
  • JavaScript: It is used in millions of web pages to authenticate forms, detect browsers and improve design.