What is the difference between java and core java?

前端 未结 16 1639
醉梦人生
醉梦人生 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 18:55

    According to some developers, "Core Java" refers to package API java.util.*, which is mostly used in coding.

    The term "Core Java" is not defined by Sun, it's just a slang definition.

    J2ME / J2EE still depend on J2SDK API's for compilation and execution.

    Nobody would say java.util.* is separated from J2SDK for usage.

提交回复
热议问题