The Artima Developer Community
Sponsored Link

Java Buzz Forum
Why Java is Not My Favorite Language — Reason #39

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Peter Williams

Posts: 165
Nickname: pezra
Registered: Apr, 2005

Just is a random programmer.
Why Java is Not My Favorite Language — Reason #39 Posted: Jun 10, 2005 1:06 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Peter Williams.
Original Post: Why Java is Not My Favorite Language — Reason #39
Feed Title: Peter Williams' Weblog
Feed URL: http://pezra.barelyenough.org/blog/category/technology/software/java/feed
Feed Description: Random thoughts about Java programming.
Latest Java Buzz Posts
Latest Java Buzz Posts by Peter Williams
Latest Posts From Peter Williams' Weblog

Advertisement
Java is early bound. Early binding is an optimization which, like most other optimizations, it is almost always premature. This particular premature optimization causes significant amounts of superfluous code. For example, assume that we the following API for writing to a log file. class Logger { public void log(Object obj) {...} [...]

Read: Why Java is Not My Favorite Language — Reason #39

Topic: 802.11n wrangling Previous Topic   Next Topic Topic: Java Desktop Integration Takes a Step Forward

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use