How to start learning Java? How to install? The simplest examples?

Closed due to the fact that off-topic participants PashaPash , Vladimir Glinskikh , Dmitriy Simushev , Aries , Cerbo 4 Oct '15 at 9:25 .

It seems that this question does not correspond to the subject of the site. Those who voted to close it indicated the following reason:

  • " Questionnaires are forbidden on Stack Overflow in Russian . To get an answer, rephrase your question so that it can be given an unambiguously correct answer." - PashaPash, Vladimir Glinskikh, Dmitriy Simushev, Aries, Cerbo
If the question can be reformulated according to the rules set out in the certificate , edit it .

3 answers 3

I have been programming for 12 years, despite the fact that I am only 20. I work as a lead programmer for an automated process control system. And I constantly read all kinds of literature in my free time. Knowing one language more or less in depth, jumping over to another is not difficult. At one time I opened C ++ and it started like C #, PHP, Java, Javascript, Basic. Here are just problems with Asm. All in your hands. And recommend the book author whose Herbert Shildt. With 0 full you start. Just reading it do not turn over the pages with a clever look saying "And this is nonsense, everything is clear !!!". Because in between the lines you will find a lot of useful information.

    Languages, syntaxes are different ....

    Variables, constants, arrays and everything else is the same. This is programming.

    2 language is easier to learn, t. to. you already understand most of the terms and methods for their use.

      Read first the java code convention, and after that you can read Schildt, Horstman, and other fundamental things.