Content deleted Content added
My Flatley (talk | contribs) |
|||
Line 371:
When I studied this I read that C++ was not suitable for passing over the internet. If a glitch in a C++ pointer to memory occurred while passing over phone lines, it could be disastrous in the receiving computer. Java, I read, was designed to be passed over the internet. Java avoided structures that if glitched could cause unending loops that would eat the receiving computer, or worse create an accidental internet virus. C++ is more powerful, but also less stable in the unstable internet environment. Java is not as powerful, but much more stable against errors. [[User:My Flatley|My Flatley]] ([[User talk:My Flatley|talk]]) 05:42, 15 January 2011 (UTC)
:Yes, Java is a safe language and C++ is an unsafe language, in the terminology of type safety. Java does not allow arrays to be accessed out of bounds or dereferencing arbitrary memory locations as C++ does. I think the article already discusses this point in plenty of detail. Do you think something should be changed or added? Should we add the tradeoffs, such as Java does not allow buffer overflow errors which are common in C++ programs, although C++ permits interfacing with low-level hardware by allowing arbitrary memory accesses which Java does not allow? -- [[User:Schapel|Schapel]] ([[User talk:Schapel|talk]]) 14:30, 15 January 2011 (UTC)
== A new suggestion for approaching NPOV ==
|