I m trying to implement a BTree. I m pretty much done with the tree and works great for a smaller input which means I ve implemented the tree in memory. Now I would like to play with large input for which I ve to write the tree to a file. I don t know where to get started. I m using Java and I haven t done too much of disk write coding. Any help would be very appreciated. If someone wants to help me with an example that would be even better.
Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...