Originally Posted by
ChazZeromus
If you wanted a pointer like variable manipulation. You can created a class that makes and stores variables in a table and then you can "address" then use an index acting as an address. Lol, just trying to make a useful reply.
Your reply is technically correct, but a really bad idea. This is not the Java Way. If you want to write low level code, just use C.
I would argue with your claim that it is a useful reply.