Share via


Longest Java Class Name

https://www.davidflanagan.com/blog/000017.html

I wonder if someone has time to the same analysis on .Net framework. I bet it will be much longer:)

Comments

  • Anonymous
    February 06, 2004
    In response to your post:

    http://weblogs.asp.net/rchartier/archive/2004/02/05/68350.aspx
  • Anonymous
    February 06, 2004
    Cool. Thanks.

  • Anonymous
    February 06, 2004
    I don't know .NET, but it looks like Rob's analysis of .NET types included non-public types, and also included the .NET equivalent of package names.

    I only used public types and discarded the package name.

    The complete name of the class I cited is:

    javax.xml.transform.TransformerFactoryConfigurationError

    The full package names adds another 19 characters to the 36 in the class name itself.

    Not that I think that Java and .NET should compete in this arena!
  • Anonymous
    February 06, 2004
    Rob shows the longest public class is System.Windows.Forms.IDataGridColumnStyleEditingNotificationService, and IDataGridColumnStyleEditingNotificationService is 46 character long.

    I agree Java and .Net should not compete in this arena. But this is just one of those small things make you smile:)