What is the difference between java and core java?

前端 未结 16 1600
醉梦人生
醉梦人生 2020-12-07 18:16

When looking at job openings on-line, I noticed that some openings required knowledge of \"core Java\". What is core java and how is different from java?

16条回答
  •  感情败类
    2020-12-07 19:08

    Java has mainly three sub categories :

    1. Java Standard Edition (JSE) or Core Java
    2. Java Enterprise Edition (JEE)
    3. Java Mobile Edition (JME)

    where core java is the first and basic step of all to start or learn java from beginning.

提交回复
热议问题