Java noob looking for in depth highly technical tutorials

S

supemoy

Hello, I am a C / ASM / C# / bash programmer and I have recently
decided to add Java to my list of languages.
However the only tutorials I have found either assume a complete lack
of prior programing knowledge and advance at a snails pace, or are
geared to specifics of the java language and assume a rather thorough
understanding of java's basics.

Does anyone know of a good java primer geared towards someone with a
similar skillset to my own?

Undoubtedly someone will post a link to a google query with exactly
what I need as the first result returned, and most likely berate me
for hassling the news group without doing any research.
I would like to state in advance that I have already searched quit a
bit, and am posting this question here as a last resort.


Thanks in advance,
--John
 
S

Sanjay

Hello, I am a C / ASM / C# / bash programmer and I have recently
decided to add Java to my list of languages.
However the only tutorials I have found either assume a complete lack
of prior programing knowledge and advance at a snails pace, or are
geared to specifics of the java language and assume a rather thorough
understanding of java's basics.

Does anyone know of a good java primer geared towards someone with a
similar skillset to my own?

Undoubtedly someone will post a link to a google query with exactly
what I need as the first result returned, and most likely berate me
for hassling the news group without doing any research.
I would like to state in advance that I have already searched quit a
bit, and am posting this question here as a last resort.


Thanks in advance,
--John

why don't you read something like a developers guide or J2SE guide or
skip the parts that you already know from a book which is too
elementary. In my opinion there is no such perfect book that suits to
your exact needs. At least I never came across a programming book that
gives me what I want.
 
M

Mark Clements

Hello, I am a C / ASM / C# / bash programmer and I have recently
decided to add Java to my list of languages.
However the only tutorials I have found either assume a complete lack
of prior programing knowledge and advance at a snails pace, or are
geared to specifics of the java language and assume a rather thorough
understanding of java's basics.

Does anyone know of a good java primer geared towards someone with a
similar skillset to my own?

Undoubtedly someone will post a link to a google query with exactly
what I need as the first result returned, and most likely berate me
for hassling the news group without doing any research.
I would like to state in advance that I have already searched quit a
bit, and am posting this question here as a last resort.

Java in a Nutshell? Might be enough to get you started. The Java
Cookbook also isn't bad.

Mark
 
T

TechBookReport

Hello, I am a C / ASM / C# / bash programmer and I have recently
decided to add Java to my list of languages.
However the only tutorials I have found either assume a complete lack
of prior programing knowledge and advance at a snails pace, or are
geared to specifics of the java language and assume a rather thorough
understanding of java's basics.

Does anyone know of a good java primer geared towards someone with a
similar skillset to my own?

Undoubtedly someone will post a link to a google query with exactly
what I need as the first result returned, and most likely berate me
for hassling the news group without doing any research.
I would like to state in advance that I have already searched quit a
bit, and am posting this question here as a last resort.


Thanks in advance,
--John
Have you looked at the recommendations on TechBookReport
(http://www.techbookreport.com/JavaIndex.html). There's a section of
recommendations for programmers coming to Java from other languages...

Pan
 
K

kaldrenon

Hello, I am a C / ASM / C# / bash programmer and I have recently
decided to add Java to my list of languages.
However the only tutorials I have found either assume a complete lack
of prior programing knowledge and advance at a snails pace, or are
geared to specifics of the java language and assume a rather thorough
understanding of java's basics.

Does anyone know of a good java primer geared towards someone with a
similar skillset to my own?

Undoubtedly someone will post a link to a google query with exactly
what I need as the first result returned, and most likely berate me
for hassling the news group without doing any research.
I would like to state in advance that I have already searched quit a
bit, and am posting this question here as a last resort.

Thanks in advance,
--John

I've heard good things about Bruce Eckel's _Thinking in Java_,
although I heard from one source that is geared more toward switching
to Java from C++. The third edition is available online for free at
http://www.mindview.net/Books/TIJ/

-Andrew
 
R

Roedy Green

Undoubtedly someone will post a link to a google query with exactly
what I need as the first result returned, and most likely berate me
for hassling the news group without doing any research.
I would like to state in advance that I have already searched quit a
bit, and am posting this question here as a last resort.

Check out you local bookstore books with titles similar to "Java for
C programmers".

I came to Java through C then C++ myself. You might find the
http://mindprod.com/jgloss/gotchas.html tutorial will be fruitful.
 
C

Christopher Benson-Manica

kaldrenon said:
On Jul 6, 12:01 am, "(e-mail address removed)" <[email protected]> wrote:
I've heard good things about Bruce Eckel's _Thinking in Java_,
although I heard from one source that is geared more toward switching
to Java from C++. The third edition is available online for free at
http://www.mindview.net/Books/TIJ/

I found "Thinking in Java" to be very helpful in learning the language
from a C and C++ background, and I imagine it's a good place for
anyone with programming experience to start. I would personally
recommend ponying up the cash for the non-free fourth edition,
however, as it covers the major Java 5 language updates, which are
really not optional these days.
 
T

Twisted

Hello, I am a C / ASM / C# / bash programmer and I have recently
decided to add Java to my list of languages.
However the only tutorials I have found either assume a complete lack
of prior programing knowledge and advance at a snails pace, or are
geared to specifics of the java language and assume a rather thorough
understanding of java's basics.

And most of the responses evilly push you toward various things you'd
have to pay to read.

Try Sun's own Java tutorials, at java.sun.com (use Google; I can't
remember the exact URL offhand). They're good and better yet, they're
free. If you still need more after that that the tutorial and the API
docs (also free) can't satisfy, THEN contemplate possibly buying a
book or something.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top