Support Forums
.: Compilation of Java Guides and Resources :. - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Java Programming (https://www.supportforums.net/forumdisplay.php?fid=22)
+---- Thread: .: Compilation of Java Guides and Resources :. (/showthread.php?tid=6030)

Pages: 1 2


.: Compilation of Java Guides and Resources :. - --([-S7N-])-- - 04-11-2010

Compilation of Java Guides and Resources


For the Java programmers, this may make it easier to navigate around and find the resources you need.
Use the shortcut Ctrl + F to find what you need, or you can scroll down through the categories and see. If you can't find what you need here, the [Image: search.gif] Search button is your best friend.



Please suggest more guides to make this a bigger compilation.
Use this format:
Code:
[b]Title[/b]:
[b]Link[/b]:
[b]Author[/b]:
[b]Type[/b] (Source/Video/Tutorial/etc):

I also posted a similar compilation like this on HF, but this is only external links.

Thanks.




What is Java?

Quoting Wikipedia:
Java is a programming language originally developed by James Gosling at Sun Microsystems (which is now a subsidiary of Oracle Corporation) and released in 1995 as a core component of Sun Microsystems' Java platform. The language derives much of its syntax from C and C++ but has a simpler object model and fewer low-level facilities. Java applications are typically compiled to bytecode (class file) that can run on any Java Virtual Machine (JVM) regardless of computer architecture. Java is general-purpose, concurrent, class-based, and object-oriented, and is specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere". Java is considered by many as one of the most influential programming languages of the 20th century, and widely used from application software to web application.

Official Website:
http://www.java.com/en/



Ebooks:

External Java Lessons and Resources:

Video Lessons:

Lesson Series No. 1 Lesson Series No. 2 (Intermediate) The lesson goes on further, too long to post here. Here is the channel link. http://www.youtube.com/user/thenewboston
Go to his channel and look for his Java lessons.



Useful Website Links: Credits go to all the original authors of each guide.

Hope this helped,
S7N

[Image: 8wzlu1.png]


RE: .: Compilation of Java Guides and Resources :. - Glas - 05-03-2010

I loved this thread, i just started to learn java in university
and i am really lost .

My last test had a really low score
i will start to learn by this sources

Thank you S7N!


RE: .: Compilation of Java Guides and Resources :. - Rozzy - 05-03-2010

Awesome guides! This will help me a lot. Thanks for sharing.


RE: .: Compilation of Java Guides and Resources :. - Gosu - 05-03-2010

Thanks for sharing maybe ill learn java.


RE: .: Compilation of Java Guides and Resources :. - --([-S7N-])-- - 05-06-2010

Thank you for the comments guys. Sorry for the late response, haven't been here a while.


RE: .: Compilation of Java Guides and Resources :. - Eagle - 05-08-2010

This is your tut from HF,great you bring that here.You and your compilations Tongue
One more thing
add this website
http://www.w3schools.com


RE: .: Compilation of Java Guides and Resources :. - gaylechris - 05-08-2010

great collection.... already found this in HF...anyway gr8 4 bringin it here too


RE: .: Compilation of Java Guides and Resources :. - Support - 05-09-2010

Awesome guide collection of Java. Unfortunaly I have tried Java, but didn't like it as much as C++


RE: .: Compilation of Java Guides and Resources :. - Julie - 05-09-2010

This thread is awesome & useful, thanks !


RE: .: Compilation of Java Guides and Resources :. - xHtmlPhP - 06-07-2010

Thanks S7N, I've always been interested in Java except I haven't been able to find any good tutorials, looks like i might be able to give it a shot now ;)

Thanks.