The $ symbol doesn’t actually hide anything from Java code. Its special meaning is only a convention; it doesn’t have any impact on the behavior of the compiler and IDE.
1 Like
The $ symbol doesn’t actually hide anything from Java code. Its special meaning is only a convention; it doesn’t have any impact on the behavior of the compiler and IDE.