What is significance of putting “$” sign before a parameter in Java / Android?

后端 未结 5 1703
一生所求
一生所求 2021-01-20 23:29

What is the difference or significance of putting $ sign before any variable or parameter..

e.g.

Suppose here is my class...

 public class Vecto         


        
5条回答
  •  鱼传尺愫
    2021-01-21 00:02

    compiles and runs. kid you not.

    package $;
    
    public class $
    {
        int $;
    
        int $(int $){ return $; }
        void $$(int $){ this.$=$; }
    
        $ _(){ return this; }
    
        $ _;
    
        {
            $$($($));
    
            _._()._._()._();
        }
    }
    

提交回复
热议问题