Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Forgive my ignorance WAS:re: Garbage collector? (Score 1) 587

What you say might have some basis in reality but I have to say it sounds like bullshit to me. Java could easily have provided for manual memory management without using direct pointers to memory in order to do so. Hypothetical allocation / deallocation methods could simply operate on references that may only have either a legal value or null (when deallocated or going out of scope on stack allocation).

If you bothered to do the slightest bit of research, Gosling himself says many times that it's for programmer convenience and to increase the robustness of applications. Pointer bugs are the bane of C and C++ programmers (yes, I've programmed in both for about 15 years and had my share of them as well). Gosling was shooting for something like C++ with all the hard bits removed.

Can you provide a reference for your claim that it has nothing to do with programmer convenience and is only about the Java security model?
Privacy

An Education In Deep Packet Inspection 126

Deep Packet Inspection, or DPI, is at the heart of the debate over Network Neutrality — this relatively new technology threatens to upset the balance of power among consumers, ISPs, and information suppliers. An anonymous reader notes that the Canadian Privacy Commissioner has published a Web site, for Canadians and others, to educate about DPI technology. Online are a number of essays from different interested parties, ranging from DPI company officers to Internet law specialists to security professionals. The articles are open for comments. Here is the CBC's report on the launch.

Slashdot Top Deals

"And remember: Evil will always prevail, because Good is dumb." -- Spaceballs

Working...