M
M
Mikhail Mikhailov2021-08-14 08:25:24
Java
Mikhail Mikhailov, 2021-08-14 08:25:24

What do those characters at the end of the filename mean?

611753ab02658382848344.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yuriy Vorobyov, 2021-08-14
@magmatite

'$' is used as a separator character for the Java compiler to indicate when a class is declared under another class. For example, an inner class named Foo inside Bar would be compiled as 'Bar$Foo.class', and an anonymous class inside Bar would be 'Bar$1.class'

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question