tags:

views:

218

answers:

2

How can I get the record size store by which method?

midp2.0 specification uses sand box model(t or false)?

textbox(int maxsize,int contraints,string title,string text)

Is it right?

A: 

The answer appears to be getrecordsize, after a quick google.

Paul
+2  A: 

Ravi, you need to look at the API documentation for MIDP. Sometimes you also need to look at the CLDC docs. In those places you can find answers to many of the questions you will have about J2ME.

Thomas Padron-McCarthy