View Single Post
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,162
Thanks: 59
Thanked 3,992 Times in 3,961 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