[algogeeks] resource for java programming language

2011-02-07 Thread ankit sablok
Can anyone tell me a nice resource to study java online

also please list some of the most popular books to study the language
that has a lucid and detailed explanation of the libraries and
packages of the java programmiing language needed for competitive
programming please help

-- 
You received this message because you are subscribed to the Google Groups 
Algorithm Geeks group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



Re: [algogeeks] resource for java programming language

2011-02-07 Thread Badrinath Kulkarni
Hi

You can try Head first java to start with. Also SCJP should be good
enough to start with.

If you really want to learn java in depth..den try reading JVM internals by
Bill Venners.

Other books -
1.effective java
2.java puzzlers   both by josh bloch

Regards
badri

-- 
You received this message because you are subscribed to the Google Groups 
Algorithm Geeks group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



Re: [algogeeks] resource for java programming language

2011-02-07 Thread Badrinath Kulkarni
http://www.artima.com/insidejvm/ed2/jvm.html

I strongly recommend you to get a personal copy and study.

http://java.sun.com/docs/books/jls/third_edition/html/j3TOC.html

http://java.sun.com/docs/books/jvms/second_edition/html/VMSpecTOC.doc.html

-- 
You received this message because you are subscribed to the Google Groups 
Algorithm Geeks group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.