2 Results for Java

OStatic Buffer Overflow.....

The Linux kernel development community is petitioning for open Linux kernel drivers, and the Linux Foundation has posted a supportive statement.ᅠ As Matt Asay says, and as we've said before this has been a long time coming....

Phones based on Google's Android platform are being delayed until the fourth quarter. ᅠ ZDNet sees it as the carriers' fault.....

HP has announced the contribution of its Tru64 UNIX Advanced File System (AdvFS) source code to the open source community.....

Parascale, focused on storage for cloud computing, has raised $11.37 million in Series A venture funding.....



JVM-Based Languages Grow In Popularity

One of the fascinating trends that the Java world has seen in the last few years is the growth of non-Java languages that use the JVM (Java Virtual Machine). After all, if you create a new programming language, you will need to write it for a particular platform. If you want your language to be portable across platforms, you will need to implement versions for each of those platforms. By contrast, if you implement your language on the JVM, then your language will work on any system with a JVM, which is basically everywhere. Four of these languages -- Jython, JRuby, Groovy, and Scala -- are released under open-source licenses, and are increasingly popular choices for programmers who value portability.