Thank you @Telmo for pointing out that we have to use FileConnection instead of File class functions in J2ME. How can I override functions in J2ME?
Asked
Active
Viewed 65 times
0
-
Search for FileConnection – Telmo Pimentel Mota Sep 14 '15 at 13:54
-
possible duplicate of [how to read/write text file in j2me](http://stackoverflow.com/questions/5204373/how-to-read-write-text-file-in-j2me) – Telmo Pimentel Mota Sep 14 '15 at 13:56
-
I am aware of FileConnection and Connectors, but is there any equivalent class is my question. – Sar Sep 15 '15 at 12:22
-
Please, read the documentation http://docs.oracle.com/javame/config/cldc/ref-impl/cldc1.1/jsr139/ – Telmo Pimentel Mota Sep 16 '15 at 11:35