Java Puzzle – Variable Declaration
In Java, how will you declare a variable x such that the following two conditions are satisfied? 1. x = ++x is valid 2. x = x + 1 is invalid Leave your code in Comments ...
A Technology blog containing howto/tips/tricks/ about java , Eclipse plug-in development, Oracle Application Framework , Oracle products ,J2EE