Leveraging Java in Developing CountriesFebruary 8th, 2006 Java is the No. 1 language on planet earth, high performing and very easy to use.
Java or C#January 10th, 2004 On the old debate - C# versus Java
Three Free Notable Java Software / APISeptember 8th, 2005 GMail API for Java
GMailer API for Java (g4j) is set of API that allows Java programmer to communicate to GMail. With G4J programmers can made Java based application that based on huge storage of GMail.
Free CD With NetBeans IDE 5.0 , NetBeans Mobility Pack 5.0, NetBeans Profiler 5.0 and Sun Java System Application Server 8.2 Platform EditionApril 4th, 2006 Complete and submit a form ( permission to enroll you in the Sun Developer Network (SDN) ) to receive free NetBeans worldTour CD that includes the NetBeans IDE 5.0 , NetBeans Mobility Pack 5.0, NetBeans Profiler 5.0 and Sun Java System Application Server 8.2 Platform Edition. The NetBeans worldTour CD will be published and updated as major enhancements and new releases become available.
J2SE 5: New wine in new bottle with old corkMarch 15th, 2005 J2SE stands for Java 2 Standard Edition. The 2 stands for version 2 of the platform.
Apple Released Java Security Update for Mac OS XApril 19th, 2006 The Java 2 Standard Edition 5.0 Release 4 update, issued Monday, fixes a vulnerability in Java Web Start. An application, exploiting the vulnerability, may grant itself permissions to read and write local files that are accessible to the user running the Java Web Start application.
Java Quiz: Why StringBuilder Should be Used Instead of StringBuffer?August 23rd, 2008 First tell me what is the best way to concatenate large number of String objects? Is it a + b?
Most Java developers know not to use a + b (+ operator) because of huge performance problems, they use StringBuffer instead. In fact I did some tests in the past which confirms this folklore.
Java SE Goes Beta (Feature Complete). Download Now.February 17th, 2006 Java SE 6 Beta offers the first feature complete version of next major release of the Java SE platform. Sun expects to ship the final release of Java SE 6 in the fall of 2006.
How To Speedup Java Over 100%August 26th, 2007 Java is used either for long running server side applications / application servers or for running short scripts. Let's look at how you can speed-up both these type of applications.
External program execution in Java under windowsJanuary 12th, 2004 Question? Amitava Ghosh wrote at caljug:
Dear all,
I am trying to call an executable(written in C++) inside a java code through a
batch file(where the parameters for the C++ executable are stored). When I am using
Process p = Runtime.getRunTime().exec("cppexe.bat")
it is working fine but when I am using start to run the batch process in a new window as in
Process p = Runtime.getRuntime().exec("start cppexe.bat")
I am getting an IOException Cannot create process etc etc
Answer: start is a command of cmd.exe (under Windows NT/2000 etc.).
Java Software Platform J2SE6 (Mustang) Enables System Tray / TaskbarNovember 26th, 2005 Java 2 Platform Standard Edition 6.0 version (Mustang) lets you access the system tray through two classes in the java.awt package: SystemTray and TrayIcon. These classes give you the ability to add graphics, popup menus, and floating tip functionality to the system tray.
Java Popularity Statistics (from JavaOne 2008)May 7th, 2008 Sun revealed the following statistics about Java at JavaOne 2008:
1. 90% of Personal Computers on Internet have Java
2.
Announcement: Job Blog - Blog with latest job postings from various inner circlesDecember 25th, 2004 I have put a new blog which lists hot jobs postings associated with software & bioinformatics industry, job leads available by word-of-mouth, mailings lists of alumni associations, java architects, java user groups, vc mailings lists etc. In other words postings, often for high profile jobs, which are normally accessible to inner circle only.
How to download & install JDK 6September 28th, 2009 I never thought I would have to write this article. Downloading Java was the simplest thing possible.
Gripe: Java blog aggregator: javablogs.comFebruary 16th, 2004 Few Gripes on Java.blogs:
After few days with java.blogs I realized I don't want a few things. For example I am not interested in knowing anything about IDEA releases.
February 8th, 2006 at 3:43 am
[...] Java is the No. 1 language on planet earth, high performing and very easy to use. Developers can jumpstart with a rich set of free libraries bundled with JDK and get extensive community support through local JUG’s and the community in general. [...]