Search code examples
javajava-me

Which topics of Java SE are prerequisites for Java ME?


I'm really new to Java and I'd like to ask you ,which aspects of Java SE are considered to be necessary for someone wanting to learn Java ME? Something like prerequisites.

To start with Java SE, I chose this book, but since I don't have much time, it would be great to hear from experienced developers which parts I should definitely focus on and which parts I could skip to save time.

If is there any topic from Java SE that could also be considered a prerequisite for Java ME, feel free to mention it.


Solution

  • According to content in the book that you mentioned in the questions

    • Section 1 is must, would teach you basics about java.
    • Section 2: If you have already worked in any oo language then you can skip this section and come back to it later stage.
    • Section 3 and Section 6 will be good for you as the code you need to write , need to be memory efficient and multi-threaded.