Can someone please what are Object Handles and Persistent Object handles in Blackberry ? and how are they different ?
Can someone please what are Object Handles and Persistent Object handles in Blackberry ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Each object that you use in your application will use one Object Handle (and if you had say a vector with 5 elements that would be 6 object handles since the vector itself is an object). Each object in the PersistentStore uses a persistent object handle in addition to the regular object handle that it already uses. You have a limited number of object handles and persistent object handles on the device and when you run out of handles your application will get an error.
Let me know if that doesn’t make sense.
Source