[Solved] Write data directly to RAM in Java, and then read it? [closed]
Java is not able to read/write to an arbitrary position in the RAM. If you want to share data between different applications, I recommend using a file or a database. solved Write data directly to RAM in Java, and then read it? [closed]