Is the Record management System in J2ME a temporary storage system? Does it vanish after the application is closed?

link|improve this question

2  
isn't this already answered here ?? – Jigar Joshi Feb 18 '11 at 11:41
@Jigar, you've been doing a great job finding duplicate posts. – asgs Feb 18 '11 at 11:43
@torrtruk This one was answered by me for the same OP :) – Jigar Joshi Feb 18 '11 at 11:45
feedback

1 Answer

up vote 1 down vote accepted

RMS is only storage concept for using in j2me. Its not temporary storage. Its permanent storage while you deleting the application or RMS.

And some 3rd party databases also available for j2me. See this list.

link|improve this answer
2  
"You can't access outside of midlet" -- not quite right, you can create a store which any other midlet can access using AUTHMODE_ANY. – funkybro Feb 18 '11 at 12:23
Yes accepted.. I just changed the answer. :) – bharath Feb 18 '11 at 12:44
but if i restart my phone,i think the recordstore will be deleted.is it? – neha Feb 20 '11 at 6:02
AFAIK Its not deleted. – bharath Feb 21 '11 at 5:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.