Skip to content
Advertisement

Tag: java-me

File To Store Data in J2ME

I’m writing a J2ME dictionary app and I’m stuck on which is the best way to store the content in the app. I don’t want the app to be too big. I want to store the descriptions of the words in a dictionary. Please help me. I know about RMS but I don’t want to use RMS because all the

Fastest way to concatenate multiple strings

I’m working on a function that requires to concatenate multiple strings. Something like 200 – 500 strings. I’m currently using StringBuffer. I wanted to know if this is the fastest way to concatenate multiple strings. I need this method to be as efficient as possible. Answer The StringBuffer with proper capacity new StringBuffer(length) is fastest way to concatenate strings in

Is there any mobile testing tools? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations. Closed 10 months ago. Improve this question I want to ask about a tool or software to test

Advertisement