What is the difference between java and core java?

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

    "Core Java" is Sun's term, used to refer to Java SE, the standard edition and a set of related technologies, like the Java VM, CORBA, et cetera. This is mostly to differentiate from, say, Java ME or Java EE.

    Also note that they're talking about a set of libraries rather than the programming language. That is, the underlying way you write Java doesn't change, regardless of the libraries you're using.

提交回复
热议问题