reset password
Author Message
hanishppatel
Posts: 10
Posted 21:23 Nov 04, 2010 |

I have few questions regarding HW4

1) Do we need to handle the exception while retrieving the values?

2) The boolean data type's "size" isn't something that's precisely defined. How should we implement the boolean?

3) Do we have to use the java.nio.ByteBuffer to implement all the mentioned datatype? As boolean , date are not available datatype with java.nio.ByteBuffer. 

Last edited by hanishppatel at 21:24 Nov 04, 2010.
cysun
Posts: 2935
Posted 21:48 Nov 04, 2010 |

1. I don't know what exception you are referring to.

2. You need to figure this out.

3. Same as 2.