Home » questions » What is the best language to use? Why?

What is the best language to use? Why?

2006-08-18 05:53:14, Category: Programming & Design
If you were going to write a program to be downloaded from your website and executed on a client.

Answers

  1. Krex

    On 2006-08-18 06:15:13


    If Program is a downloadable and .exe then i dont think there is any best language as such u can categorised. This obviously depends on many factors 1) Your Personal Choice 2) Clients Requirements 3) Clients OS In general i'll suggest to use any of the Object Oriented Language. eg. Java Well If your clients are using Microsoft OS then you can use .net as a platform and any language your are comfortable with as it supports many languages. I'll prefere C# again a OO language In case of Linux or non-win. OS better to go to java or C like lang. Any language is not tough or long.. what metters is what you create is useful. Coz if Client will not accept product...u r unacceptable
  2. Godlike

    On 2006-08-18 06:05:13


    Best choice always be J2EE or .net
  3. Bruno

    On 2006-08-18 06:02:23


    for that, use java. you can write applets that get downloaded on clients computer, can do almost anything you can do in java (with restrictions regarding security ie clients hard disk is strictly off-limits). if that restrictions are too much for you, any language would do (compile an executable file and let client download it)
  4. conradj213

    On 2006-08-18 06:02:21


    English. I think the reasons are fairly obvious.
  5. Senthil

    On 2006-08-18 06:03:57


    I would use Visual Basic or Java. Definitely not C++. Coz C++ codings are usually long and tough. After all the work u did in C++ and see a error, ill get so frustrated. VB is user friendly and it does not have complicated syntax. But Java is way too case sensitive. But Clients and servers can be managed best in Java. Senthil