answersLogoWhite

0

C : For Embedded Applications which needs portability to different hardware platforms

C++ : For High Level, GUI based Applications such as Simulation Software , Grid Display

C# : For High Level, GUI based Applications such as Simulation Software , Grid Display

VB : Most simple language for creating GUI using its built drawing toolbar ( believe me very very useful here)

JAVA : Most powerful language ever! GUI, Embedded, Client -Server. This is the best in performance but not easy like C#.NET

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is senior PHP programmer?

A senior programmer in general would be a programmer who is experienced. He should have a deeper knowledge of the programming language and programming in general. He would also know what steps are necessary to complete the a program. In a team of programmers working on the same project the senior programmer(s) would be the one(s) who is in charge; leading the team.


How does a computer programer idenify a particuler part of the memory in a computer program?

Each part of the computer memory - each byte, in modern computer architectures - has an associated address, a number. Usually the programmer will be programming in a high-level language, which, instead of accesing memory directly by its address, uses a symbolic name - called a variable - to refer to this address. It is up to the programmer to give variables their names. The programmer should try to keep these names meaningful. If the programming language allows longer names, don't abbreviate variable names to one or two letters.


What are the Definitions on programming?

Programming is a term that describes the usage of a programming language. Programming languages (C++ for example) are languages that create programs, these programming languages should not be confused with scripting languages. Scripting languages are languages that are meant to be interpenetrated by programs. (Written in a programming language)


What courses should take to be a computer programmer?

Lots of programming and math. Pick a reputable CS university program and check out their course requirements.


What criteria should be considered when choosing a programming language?

When choosing a programming language, consider factors such as the project requirements, the language's compatibility with existing systems, its performance, community support, and your own familiarity and expertise with the language.


What basic programming language's i should know to learn JAVA?

English


What does a Java programmer do?

Java is a programming language originally developed by Sun Microsystems and released in 1995 as a core component of Sun's Java platform. The language derives much of its syntax from C and C++ but has a simpler object model and fewer low-level facilities. Java applications are typically compiled to bytecode which can run on any Java virtual machine (JVM) regardless of computer architecture. There were five primary goals in the creation of the Java language. It should use the object-oriented programming methodology. # It should allow the same program to be executed on multiple operating systems. # It should contain built-in support for using computer networks. # It should be designed to execute code from remote sources securely. # It should be easy to use by selecting what were considered the good parts of other object-oriented languages.


How do you include a file in the D programming language?

syntax should be: import FileName;


Does c a good computer programming language?

Yes it is. (Also, English is a good natural language, you should learn it.)


What qualifications does one need to become a video game programmer?

A video game programmer must have skills in programming, video graphics, and hardware essentials. They also need a thorough knowledge of current and available gaming consoles. To prepare for a job this this field, one should also look in to getting a degree for programming or any related field.


What programming language is antivirus written?

It should be written in C, C++ or Python.


What is programming launguage?

A programming language is a language to communicate with the machine (computer). It can either high or low level programming language. A high level programming language is harder to understand by computers but easier by people. These include BASIC, C++, Java and etc. Low level programming languages are understandable by computers and people , like assembly and other system programing languages. Compilers/Linkers/Interpreters are needed to translate between programming language into machine language (binary code - 010001001 etc). If you want to learn programming language, first you should learn Basic or Python then goto C++ or Java. You can also learn C instead of C+++, your choice.