What is a good way to learn Java?

I have little experience in C ++ and Java, but I want to be professional with them. Also, when I want to develop a secure application, what is the recommended way?

+3
source share
11 answers

I don’t know how much experience you have in C ++, but provided that you have a good understanding of this language, as well as object-oriented concepts, I recommend reading Head First Java - this is a very simple reading and will introduce you to an overview of the language (including main streams and sockets).

For information on building data structures or implementing algorithms using the Java language, I recommend Data Structures and Algorithms in Java . The presentation of the books is in order - some codes crunch on some pages, but the material is solid.

Finally, the Java API is a great resource in my opinion. I can’t think about the time when I didn’t find what I was looking for on this site. Personally, I believe that if you read Head First, and then work on some personal projects and keep the Java API on your side, you will be fine.

+1
source

Java- Java-. - , .

:

BeanShell, http://www.beanshell.org  Groovy, http://groovy.codehaus.org/

+1

.

, .

0

, Java. Java .

, , .

0

"java tutorial" Google. , , , .

Apache Software Foundation Java, .

... , . .

0

java. - - ( , ) Java, .

Sun ( Java) Java-,

Google java.

"" , . , , . - . SourceForge freshmeat codeplex - .

, SO, , .

.

0

, - . - , , . , . , ; , - , -.

, - , - http://projecteuler.net/

0

-, Java, , , , Java . , , Java.

0

Art Software Security Assessment Down McDonald Schuh . : , . , , C ++ Seacord .

0

Java ( blub x) - ( , ) .

( " Java, ++" ), . . , . " Java" "Java Concurrency " .

, , - , , , , , . , - ? , ? , , (, ?)

, OSS , . , - , .

0

Source: https://habr.com/ru/post/1698061/


All Articles