Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3662050
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T01:22:22+00:00 2026-05-19T01:22:22+00:00

Sometimes I look into Java platform libraries for inspiration. There are plenty of good

  • 0

Sometimes I look into Java platform libraries for inspiration. There are plenty of good design solutions there, see this question for example. However there are anomalies as well that should not be emulated. Some of them are given in the book Effective Java, Second Edition by Joshua Bloch, for example constant interfaces such as java.io.ObjectStreamConstants or the behaviour of the equals method in java.net.URL. What other examples of such anomalies in the Java platform libraries do you know? Please give as many as possible.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T01:22:23+00:00Added an answer on May 19, 2026 at 1:22 am

    The close() method declaring to throw IOException which probably no sane implementation throws. And if ever thrown, it is very impossible to write a finally block that handle that correctly.

    java.util.Enumeration and java.util.Iterator are essentially the same thing.

    java.util.Vector, java.util.Hashtable and java.util.Dictionary should be deprecated.

    Object.clone() and the Cloneable interface are horrible and haves a lot of problems.

    javax.swing.table.DefaultTableModel is evil.

    java.io.Serializable defines a strange special contract with optional private readObject() and writeObject() methods.

    java.util.Observable should never be used.

    The finalize() method is an anomaly and should be avoided as much as possible.

    All the date/time API is very badly designed. java.util.Date ended having almost all of it’s methods deprecated. java.util.Calendar has an horrible get(int) and set(int, int) method taking an integer identifying the field, instead of proper defined getters and setters. java.sql.Date and java.sql.Timestamp extends java.util.Date in the worst manner possible: The documentation explicitly tell that it extends but should not be considered a IS-A relationship (which is really bad, since extension purpose is to define an IS-A relationship). Further, some methods of java.sql.Date overriden form java.util.Date throws exceptions breaking the superclass contract and failing Liskov Substitution Principle (which the authors probably did not cared too much, since they did not wanted an IS-A relationship).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What I mean by this, is that sometimes architects look to simplify and improve
sometimes i see an image not being served when the browser look at www.somesite.com/some_image.jpg
It happens sometimes that I have to look into various log and trace files
When writing python scripts, I sometimes a quick look into loops, while pdb is
If you take a look at this SO question I have a question on
I'm trying to incorporate some design-by-contract techniques into my coding style. Postconditions look a
I sometimes need to look for information for a special portion of code. When
One of the css aspects which confuses me sometimes when I look at a
I've been using objdump to look at assembly code in Linux ELF binaries. Sometimes
Sometimes I seem to be quite inefficient. When I was nearly finished typing this,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.