What is the difference between java and core java?

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

    There are two categories as follows

    1. Core Java
    2. Java EE

    Core java is a language basics. For example (Data structures, Semantics..etc) https://malalanayake.wordpress.com/category/java/data-structures/

    But if you see the Java EE you can see the Sevlet, JSP, JSF all the web technologies and the patterns. https://malalanayake.wordpress.com/2014/10/10/jsp-servlet-scope-variables-and-init-parameters/

提交回复
热议问题