What is the difference between java and core java?

前端 未结 16 1609
醉梦人生
醉梦人生 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:04

    It's not an official term. I guess it means knowledge of the Java language itself and the most important parts of the standard API (java.lang, java.io, java.utils packages, basically), as opposed to the multitude of specialzed APIs and frameworks (J2EE, JPA, JNDI, JSTL, ...) that are often required for Java jobs.

提交回复
热议问题