Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Scan for quality? (Score 5, Informative) 172

Memory Leaks in Java are not objects that are not freed, but dangling references to data/objects that are no longer needed (often static HashMaps that people use to implement their own caches and forget to clean up, or listeners that are still registered, even if the listening object could be discarded).

Also there are leaks in the Android WebView: http://code.google.com/p/android/issues/detail?id=9375
So using the WebView (which many apps do) causes leaks :(
(not the fault of the developer though)

Comment Re:Let me see... (Score 1) 822

So let me get this right. Your country has spent considerable money already over decades and you have yet to come up with a sustainable and green energy source?

But we have http://www.supersmartgrid.net/2010/03/policy-roadmap-to-2050-a-100-renewable-electricity-supply-for-europe-and-north-africa-is-possible/

Why do you want to give them more money?

To actually build the stuff?

Slashdot Top Deals

"Why can't we ever attempt to solve a problem in this country without having a 'War' on it?" -- Rich Thomson, talk.politics.misc

Working...