Which programming language has better scope?

10 replies
C, C++, HTML, Java.
From all these, which has better scope in future? I am Pursuing MCA now and seriously very confused about programming. Sometimes, when we get new question in C, I don't know how to initialize it?? I mean the steps.

I have to join institute for sure. Which will be better? Java or C????
Scope in India as well as US and high in salaries.

Thanx for your valuable replies
#language #programming #scope
  • Profile picture of the author Andrew H
    Well HTML doesn't fit in with the others you listed (however its simple and you should know it). From my personal experience I think learning PHP would be best, and is often most applicable - especially now we are living in the 'cloud' with desktop software companies converting all their software into online apps (SAAS business models, etc).

    http://readwrite.com/2012/06/05/5-wa...e-most-popular
    Signature
    "You shouldn't come here and set yourself up as the resident wizard of oz."
    {{ DiscussionBoard.errors[7878846].message }}
  • Profile picture of the author kevintb7
    Originally Posted by Fearlesshunter View Post

    C, C++, HTML, Java.
    From all these, which has better scope in future? I am Pursuing MCA now and seriously very confused about programming. Sometimes, when we get new question in C, I don't know how to initialize it?? I mean the steps.

    I have to join institute for sure. Which will be better? Java or C????
    Scope in India as well as US and high in salaries.

    Thanx for your valuable replies
    Those choices dont really make much sense. What are you trying to do? Web? Desktop? Mobile?

    First html is not a programming language. You can do web applications with the others, but I still think you are completely confused as your list of choices really doesnt make sense even with HTML removed. All of those are completely different from each other.
    {{ DiscussionBoard.errors[7878993].message }}
  • Profile picture of the author AMiRU
    PHP & JAVA should be great options if you're to develop a website & mobile device application.
    {{ DiscussionBoard.errors[7880975].message }}
    • Profile picture of the author JohnE
      Originally Posted by AMiRU View Post

      PHP & JAVA should be great options if you're to develop a website & mobile device application.
      I agree. PHP for web development as it allows for database interaction and dynamic web page creation. PHP is also one of the easiest to learn and deploy as compared to other alternatives.

      Knowing Java will help you develop both desktop and android apps.
      {{ DiscussionBoard.errors[7889096].message }}
  • Profile picture of the author socrateslouis
    Banned
    [DELETED]
    {{ DiscussionBoard.errors[7884764].message }}
  • Profile picture of the author annaharris
    HTML is a different thing than other which you have listed. Anyway, As per current market trend, PHP and JAVA both are very trendy language to develop any website as well as mobile website. You can choose one from both. Both are excellent to make a bright career as a developer.
    {{ DiscussionBoard.errors[7896199].message }}
  • Profile picture of the author ZackAllen
    All these languages you have mentioned have both pros and cons. For web programming, php is a must. For general use, I recommend java.
    {{ DiscussionBoard.errors[7909405].message }}
  • Profile picture of the author Big Squid
    PHP all the way....(at least to start)...then learn C# which is probably the easiest desktop programming language.
    {{ DiscussionBoard.errors[7913049].message }}
  • Profile picture of the author rypher21
    In the industry, software development, and web and mobile applications are in demand. So if you want to be in that field, try mastering PHP and Java.
    Signature
    Business Consulting Services - Kittelson & Carpo Consulting
    {{ DiscussionBoard.errors[8003227].message }}
  • Profile picture of the author neutralhatter
    The focus of all those languages are different. Even the nature of some is declarative while others are imperative. It's better to first learn the different paradigms.
    {{ DiscussionBoard.errors[8003405].message }}
  • Profile picture of the author psvent
    If you want to pursue a career in web development go for PHP, Ruby or Python (you might set yourself above all the "developers" with Ruby or Python) but you should definitely know HTML, JS and CSS to.

    Java is more "enterprisey" which can be good in terms of salaries.

    C is actually an "alpha" language. Interpreters and libraries for many languages are written in it so if you would prefer a career developing more low level stuff (low level in architecture) that would be the way to go. And I imagine it could be a lucrative career option to.

    I would suggest at least touching multiple language because I believe that a real developer (or software engineer) should not be limited by only one language.
    {{ DiscussionBoard.errors[8003511].message }}

Trending Topics