Pages
-
Recent Posts
- Revolving Door: MPAA Hires Chief USTR Negotiator Behind ACTA And TPP’s IP Chapter
- Copyright Maximalists’ Incredible Sense Of Entitlement: If It Challenges The Biz Model We Chose, It Must Be Illegal
- Turkey’s Prime Minister Sues His Own Country Over Twitter
- Picturefill 2
- Police File On Student ‘Bullied Into Committing Suicide’ Strangely Lacking In Evidence Of Bullying
Archives
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- December 2008
- November 2008
- October 2008
Meta
Category Archives: Java SE 7
PHPHOST BLOG
Web Hosting Related Articles You May Need
Software Development Posts of Interest – March 2012
This post references some of the recent blog posts and articles that have interested me. Topics include Java-specific topics such as Java EE, JavaFX, Scala, and Gradle as well as more general software development topics such as software patents and ope… Continue reading
Posted in General Development, Gradle, Groovy, Java EE 6, Java SE 7, JavaFX, NetBeans, Ruby, Scala, Spring Framework, Syndicated
Comments Off on Software Development Posts of Interest – March 2012
NetBeans 7.1’s Internal Compiler and JDK 6 Respecting Return Type for Method Overloading
I was first exposed to Java after several years of C++ experience and so it seemed natural when I learned that Java does not allow method overloading based on return type. The Defining Methods section of the Classes and Objects lesson in the Java Langu… Continue reading
Posted in Java SE 6, Java SE 7, NetBeans, Syndicated
Comments Off on NetBeans 7.1’s Internal Compiler and JDK 6 Respecting Return Type for Method Overloading
A Plethora of Java Developments in February 2012
There are several sites (Java.net, JavaWorld, JavaLobby/DZone, Java reddit, and Java Code Geeks) that I like to browse for the latest Java news. These sites are great and bring the best from around the web from the wider Java community. A nice compleme… Continue reading
Posted in Java (General), Java SE 6, Java SE 7, Java SE 8, JavaFX, Syndicated
Comments Off on A Plethora of Java Developments in February 2012
Recent Java-Related Posts Worthy of Special Notice
In this blog post, I reference and summarize recent Java-related posts that I have found to be particularly interesting and well worth the time spent reading them.
JDK 8 and Unsigned Integer Arithmetic
Joe Darcy’s post Unsigned Integer Arithmetic API… Continue reading
Posted in Groovy, Java (General), Java SE 7, Java SE 8, JavaFX, Syndicated
Comments Off on Recent Java-Related Posts Worthy of Special Notice
JavaFX 2.0.2 Delivered with Java 7 Update 2
The JavaTM SE 7 Update 2 Release Notes state that this update contains “new JVM (Java HotSpot Virtual Machine, version 22) that improves reliability and performance” along with support for Oracle Solaris 11 and “Firefox 5 and later”. Perhaps most inter… Continue reading
Posted in Java SE 7, JavaFX, Syndicated
Comments Off on JavaFX 2.0.2 Delivered with Java 7 Update 2
Java 7’s ThreadLocalRandom
Java 7 brings many new language features and new classes to the Java developer. One of the new classes included in Java 7’s new concurrency offerings is ThreadLocalRandom (located in the java.util.concurrent package). ThreadLocalRandom extends java.uti… Continue reading
Posted in Java SE 7, Syndicated
Comments Off on Java 7’s ThreadLocalRandom
Java Posts of Interest – 19 October 2011
JavaOne 2011 and announcements from JavaOne have been big news recently in the world of Java. However, there are some other Java-related posts of interest that are not directly related to JavaOne 2011 that have been of interest and I reference and brie… Continue reading
Posted in Java (General), Java SE 7, Syndicated
Comments Off on Java Posts of Interest – 19 October 2011
Automatic Deletion of Temporary Work Files in Java 7/Groovy
I have touched on several subjects in individual posts prior to this one that now come together in this single post. These subjects include use of File.deleteOnExit() in Groovy, creation of temporary files in Java, and use of the Java System property j… Continue reading
Posted in Groovy, Java SE 7, Syndicated
Comments Off on Automatic Deletion of Temporary Work Files in Java 7/Groovy
Walking the File Tree with Java 7’s Files and FileVisitor
In the previous post Java SE 7 Brings Better File Handling than Ever to Groovy, I discussed the ability to use Java 7’s NIO.2 implementation to discover a wide set of attributes, characteristics, and metadata regarding files and file systems. I followe… Continue reading
Posted in Groovy, Java SE 7, Syndicated
Comments Off on Walking the File Tree with Java 7’s Files and FileVisitor
File and Directory Operations with Java 7’s Files Class
In the blog post Java SE 7 Brings Better File Handling than Ever to Groovy, I discussed how the addition of NIO.2 features in JDK 7 means better file handling for Groovy scripts. My particular focus in that post was on the characteristics of files and … Continue reading
Posted in Groovy, Java SE 7, Syndicated
Comments Off on File and Directory Operations with Java 7’s Files Class