should I choose c++ or j2me?
for a beginner~~~which is easy to begin ang learn?
3x~~~
should I choose c++ or j2me?
for a beginner~~~which is easy to begin ang learn?
3x~~~
Java is supposedly a bit easier to begin and learn, but whether it is easy or not depends on the individual trying to learn.
Everything you can do in C++ is not possible in Java, however, but that probably doesn't matter in your case.
Make sure you learn the programming/software development fundamentals first (algorithms, data structures, object-oriented programming/design concepts, ...).
Such things are indepdendent of the chosen programming language (for most parts).
Unless you understand the basics, you will have a hard time getting into 3D/graphics details or device-specifics, etc.