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 6895229
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T06:52:55+00:00 2026-05-27T06:52:55+00:00

This is an interesting little thing I’ve encountered. I was messing around with anonymous

  • 0

This is an interesting little thing I’ve encountered. I was messing around with anonymous types and I wrote something like:

public class Test {
    public static void method(Object obj) {
        System.out.println(obj.getClass().getName());
    }

    public static void main(String[] args) {
        method(new Object() {
           int n = 0; 
        });
    }
}

Well, I was quite surprised when the result printed was in fact test.Test$1 which is the name of the class in which the anonymous object was defined (it’s still the same if you move the method that prints the type name to another class).

Can someone explain this behavior? Is this specified in the Java standard or is yet another “undefined behavior”?

  • 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-27T06:52:55+00:00Added an answer on May 27, 2026 at 6:52 am

    If you look again, you’ll see that the class name printed out has a trailing $1. Inner classes always get named by concatenating $ and the inner class name to the containing class’ name. Anonymous classes simply get a number instead of a name. So effectively, the class name that’s getting printed out is saying “the first anonymous class contained in test.Test”.

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

Sidebar

Related Questions

So I'm working on a fun little program and ran across this rather interesting
I'm trying to learn reverse engineering, and I'm stuck on this little thing. I
I have created a little pre-commit hook in python. This hook works like a
I found this interesting behavior. Why could this happen I am using the cmdlet
I was reading this interesting post on metaclasses What is a metaclass in Python?
I have this interesting obstacle on my project. I am currently doing a MVC3
i have been reading this interesting article which is increasing my every growing confusion
there's this interesting problem i can not solve myself. I will be very glad,
I found this interesting site, that helps me understand derivatives, http://www.numberempire.com/derivatives.php , It seems
There is this interesting game, that has numbers in a grid, where each number

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.