$ symbole in java

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sanjay123456
    New Member
    • Sep 2006
    • 125

    $ symbole in java

    Sir ,

    why java accept $ symbole in the variable declaration ?

    sanjay
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by sanjay123456
    Sir ,

    why java accept $ symbole in the variable declaration ?

    sanjay
    There is no reason why $ should not be accepted. It may also help in grouping certain types of declarations for machine manipulation

    Comment

    • maverick19
      New Member
      • Nov 2006
      • 25

      #3
      $ symbol should be avoided as it is present in the bytecode for some internal manipulations (this might confuse the jvm)

      Comment

      Working...