Java Core - what you need to know? [closed]


Closed. It is impossible to give an objective answer to this question . Answers to it are not accepted at the moment.

Want to improve this question? Reformulate the question so that it can be answered based on facts and quotations.

Closed 5 years ago.

Improve the question

What do I need to know to say "I know Java Core"?

Author: Farrock, 2011-09-26

4 answers

Well, actually, the concept of Java Core is very vague. Someone believes that this is all what is described in JLS, someone takes SCJP as a basis, someone uses some own metrics. There are generally people who call it Java Fundamentals, and Core also includes OOP, working with collections, and the basics of multithreading. Here everything is very subjective. But I think if you can answer all the questions from this interview, then you can confidently say that you know Java Core.

 4
Author: test81278, 2011-09-26 20:23:04

As part of Bruce Eckel's book The Java Philosophy.

 3
Author: codemo, 2011-09-27 09:17:19

Then it was Horstmann's 2nd volume. It is called Java Core

 0
Author: Cyanide, 2013-12-08 00:59:38

Probably the answer to this question should first of all include the java syntax and the tools that distinguish this language from other oop programming languages. As mentioned earlier, this is most likely a manifestation of oop in java, for example, multithreading. In general, many books have been written. And very few people can accurately answer this question , you can take books that embrace java and read the sections, it will become approximately clear.

 0
Author: user199958, 2016-01-23 23:59:09