Slashdot Mirror


User: afsina

afsina's activity in the archive.

Stories
0
Comments
7
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 7

  1. Re:But it could be! on Java's New G1 Collector Not For-Pay After All · · Score: 1

    i suggest reading the mailing lists of "project coin". it was very nice to read the proposals and how they have changed or rejected. http://mail.openjdk.java.net/pipermail/coin-dev/

  2. Re:But it could be! on Java's New G1 Collector Not For-Pay After All · · Score: 1

    it has been vigorously discussed in project coin list. and it most likely to be included in the Java 7. Along with collection literals. there is a javaone presentation about language changes. http://blogs.sun.com/darcy/resource/JavaOne/J1_2009-TS-4060.pdf

  3. Re:But it could be! on Java's New G1 Collector Not For-Pay After All · · Score: 1
  4. Re:But it could be! on Java's New G1 Collector Not For-Pay After All · · Score: 1

    They will add automatic resource management in Java 7. Check project coin. http://openjdk.java.net/projects/coin/

  5. Re:Does Canonical support it? on Oracle Buy Renews Call To Spin Off OpenOffice.org · · Score: 1

    No, Sun should get the praise. Others just fork and try to lure customers without much sweat. most OO.org develoeprs were, and are from Sun.

  6. Re:I like Mono, but... on Mono 2.0 and .NET On Linux · · Score: 1

    Trust me. i firmly believe Google does not use .Net technology. They exclusively use only Java, Python or C++.

  7. Books on Java, Where To Start? · · Score: 2, Informative

    Best core java books i have read:
    - Effective Java from Joshua Bloch (second edition is available)
    - Java concurrency in practice
    - Head first series.

    After that, you can chose books depending on what you want to do. And trust me you cannot find any platform/language having more resources and tools available than java.