Good documentation/book about Future [closed] - java

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Can anyone suggest a good documentation/tutorial/book about the Future interface in Java?

The bible is Java Concurrency in Practice.

The javadoc itself of the concurrent package is pretty darn good. I think it's one of the most beautifully javadoced code in JDK.

Concurrent Programming in Java(TM): Design Principles and Patterns (2nd Edition) by Doug Lea. This is the book by the author of java.util.concurrent package. Java Concurrency in Practice is a very good book, too.

Related

which QT C++ or Java is good For Learning? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
QT C++ programming is best for learning or java SE is best?
Which one?
Please help me
It comes down to your needs. What is most suitable for you. Both are great and fun to learn. I myself learned C++ first and then went to Java. I really enjoy working in both but I enjoy GUI work more in Java.
Again it comes to your skills and needs. If you are good with C++ and plan to stick with it in future than sure go with Qt C++ otherwise every language is good to learn as every thing has its Pro's and Con's..

Best way to learn software optimization [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I want to learn software optimization, especially in Java. I want to be able to write code that's fast, and performs the best possible way. Can you point me to some resources to learn this? Books, tutorials, etc.
Thanks.
I suggest you to read Effective Java Book

Java Coding standards [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
What coding standards in java should a programmer definitely
follow for a more readable code?
Read the Code Conventions for the Java programming language by Oracle
Roger C. Martin: Clean code - a handbook of agile software development
Start with Checkstyle and PMD.
There are a lot of factors which go into defining the term "a good coding standard" but the official document should offer you some insight.

Resources for learning memory model and Thread safety in java [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I have been searching for resources to understand thread safety in java and came across this. Is there any popular/comprehensive resource or books that explains thread safety in a more simpler way, perhaps with more sample programs. I found the above resource hard to understand.
Thanks!
Java Concurrency In Practice is the best book on multi-threading with Java that I know of.

Recommend me a good JNI book [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm creating a software project in Java, is a remote administration tool. The thing is that I need to add some features with C++ and I read some about this process and I realized I need JNI, could you recommend me a good JNI Book or something related with ?
Have you read this?
Java Native Interface: Programmer's Guide and Specification
This book is quite good I think.

Categories

Resources