Go Back   CodingForums.com > :: Computing & Sciences > Computer Programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-20-2013, 01:38 AM   PM User | #1
EngageTutorials
New to the CF scene

 
Join Date: Feb 2013
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
EngageTutorials is an unknown quantity at this point
Best Programming Language to Start With?

Hi, I am new here and have never done any serious coding. I've messed around in Visual Basic but that's it.

I wanted to know what is the best language to start with? There are so many, and I need your all's opinion.

Regards
EngageTutorials is offline   Reply With Quote
Old 02-21-2013, 11:39 AM   PM User | #2
celestia
New to the CF scene

 
Join Date: Feb 2013
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
celestia is an unknown quantity at this point
You are really able to work hard and enough skills of programming and logics then the best programming language for you will be the Java, and then you have another option of android apps for which the java is the prerequisite.
celestia is offline   Reply With Quote
Old 02-25-2013, 03:33 PM   PM User | #3
Aburch
New to the CF scene

 
Join Date: Feb 2013
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Aburch is an unknown quantity at this point
Java is a good starting point then c# then c++/c
Aburch is offline   Reply With Quote
Old 02-27-2013, 09:01 AM   PM User | #4
sarfrazmalik111
New to the CF scene

 
Join Date: Feb 2013
Location: Dubai
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
sarfrazmalik111 is an unknown quantity at this point
Yes JAVA is good.
sarfrazmalik111 is offline   Reply With Quote
Old 02-27-2013, 02:56 PM   PM User | #5
blackstonetech
New Coder

 
Join Date: May 2011
Posts: 41
Thanks: 2
Thanked 1 Time in 1 Post
blackstonetech is an unknown quantity at this point
I too wanted to start Java learning, I had started on a website codeAcademy but after doing some exercises I stopped. I want some real favor from people here about some notes on Java for online study.
blackstonetech is offline   Reply With Quote
Old 03-05-2013, 08:44 AM   PM User | #6
rose_developer
New to the CF scene

 
Join Date: Aug 2011
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
rose_developer is an unknown quantity at this point
Quote:
Originally Posted by EngageTutorials View Post
Hi, I am new here and have never done any serious coding. I've messed around in Visual Basic but that's it.

I wanted to know what is the best language to start with? There are so many, and I need your all's opinion.

Regards
My suggestion is to with c++ first then you can easily learn Java. Because there is lot of similarity between the too except the synax of couse. Also after learning Java, you can specialize in Servlets or JSP or Applets which have a great future in carrier point of view.
rose_developer is offline   Reply With Quote
Old 03-06-2013, 07:02 AM   PM User | #7
RobertWoges
New Coder

 
Join Date: Jan 2013
Posts: 54
Thanks: 1
Thanked 2 Times in 2 Posts
RobertWoges is an unknown quantity at this point
JAVA is the best way to start .
RobertWoges is offline   Reply With Quote
Old 03-06-2013, 08:32 AM   PM User | #8
felgall
Master Coder

 
felgall's Avatar
 
Join Date: Sep 2005
Location: Sydney, Australia
Posts: 5,465
Thanks: 0
Thanked 499 Times in 491 Posts
felgall is a jewel in the roughfelgall is a jewel in the roughfelgall is a jewel in the rough
Java is so full of security holes that they are now releasing patches every couple of weeks. Do yourself a favour and keep it off your computer.

C++ was the language I used to learn object oriented programming (which is currently the most popular). I already knew many procedural and rules based languages but different types of language are almost as hard to learn as the first language you learn as they require an entirely different approach.
__________________
Stephen
Learn Modern JavaScript - http://javascriptexample.net/
Helping others to solve their computer problem at http://www.felgall.com/
felgall is offline   Reply With Quote
Old 03-07-2013, 01:54 AM   PM User | #9
Old Pedant
Supreme Master coder!

 
Old Pedant's Avatar
 
Join Date: Feb 2009
Posts: 23,247
Thanks: 59
Thanked 3,998 Times in 3,967 Posts
Old Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to all
Quote:
Originally Posted by felgall View Post
Java is so full of security holes that they are now releasing patches every couple of weeks. Do yourself a favour and keep it off your computer.
To be fair, the reason they are discovering the holes is because it has become enormously more popular in the last couple of years, thanks to Android, et al. So more usage means more people finding bugs.

I *love* C++, but let's face it: 100% of the security there is pretty much up to the programmer. (I know, I know...not literally true. But certainly one minor goof by the programmer will open up the entire application to all kinds of security problems.)

Last place I worked, we wrote in a combination of just about everything: C++, Java, c-shell scripts, JavaScript, and a weird Java platform that was basically a pre-processor for Java. You could write Java and omit the semicolons. And make references to GUI elements as if they were direct Java objects. Nominally easy to program; tough to debug.
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
Old Pedant is offline   Reply With Quote
Old 03-08-2013, 05:45 AM   PM User | #10
felgall
Master Coder

 
felgall's Avatar
 
Join Date: Sep 2005
Location: Sydney, Australia
Posts: 5,465
Thanks: 0
Thanked 499 Times in 491 Posts
felgall is a jewel in the roughfelgall is a jewel in the roughfelgall is a jewel in the rough
Quote:
Originally Posted by Old Pedant View Post
To be fair, the reason they are discovering the holes is because it has become enormously more popular in the last couple of years, thanks to Android, et al. So more usage means more people finding bugs.
You mean it is somewhat similar to the most secure of the operating systems - Windows - which only appears to be the most vulnerable of all because it is the one most subjected to attack (which means that far more of the actual holes have been discovered and patched compared to the alternatives).

Still even though Java may have fewer overall security holes compared to other languages it still has more known and exploitable security holes. probably running it on your desktop is safe enough as long as you don't let it run in a browser.
__________________
Stephen
Learn Modern JavaScript - http://javascriptexample.net/
Helping others to solve their computer problem at http://www.felgall.com/
felgall is offline   Reply With Quote
Old 03-11-2013, 06:28 PM   PM User | #11
cycoshas
New to the CF scene

 
Join Date: Mar 2013
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
cycoshas is an unknown quantity at this point
what about PERL , RUBY , PHYTHON ????
cycoshas is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:56 AM.


Advertisement
Log in to turn off these ads.