View Single Post
  #9 (permalink)  
Old 09-11-2008, 09:33 AM
fishtoprecords's Avatar
fishtoprecords fishtoprecords is offline
Senior Member
 
Join Date: Jun 2008
Posts: 522
fishtoprecords is on a distinguished road
Quote:
Originally Posted by ChazZeromus View Post
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.
Reply With Quote