Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
ByteArray Class
The ByteArray class should hide this limitation and support allocating arrays larger than 64K as in the following example :
ByteArray ba = new ByteArray (250000); // Create
ba[150000] = 15; // Write byte
byte x = ba[190000]; // Read byte
Profile Answers by wailoon.ho Questions by wailoon.ho
Questions by wailoon.ho
Related Answered Questions
Related Open Questions