Go Back   CodingForums.com > :: Server side development > Java and JSP

Before you post, read our: Rules & Posting Guidelines

Closed Thread
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-14-2007, 02:39 AM   PM User | #1
Aradon
Moderator-san


 
Aradon's Avatar
 
Join Date: Jun 2005
Location: USA
Posts: 734
Thanks: 0
Thanked 20 Times in 19 Posts
Aradon is on a distinguished road
Java Quick Links

Below is a repository of links for Java users. Linked to each link is the particular post on this sticky that corresponds to the subject matter. To add subjects or items to a particular list (which I encourage you to do to help make it more complete) I ask that you PM the moderator of the forum at the time. Which right now, is me.

Categories

Tutorials
IDE's / Editors
Interesting Links
Interesting Open Source Java Projects our Active Users work on
Download Java
FAQ
Interesting Threads / Discussions
__________________
"To iterate is human, to recurse divine." -L. Peter Deutsch

Last edited by Aradon; 03-09-2008 at 08:28 PM..
Aradon is offline  
Old 12-14-2007, 02:41 AM   PM User | #2
Aradon
Moderator-san


 
Aradon's Avatar
 
Join Date: Jun 2005
Location: USA
Posts: 734
Thanks: 0
Thanked 20 Times in 19 Posts
Aradon is on a distinguished road
Tutorials
__________________
"To iterate is human, to recurse divine." -L. Peter Deutsch
Aradon is offline  
Old 12-14-2007, 02:46 AM   PM User | #3
Aradon
Moderator-san


 
Aradon's Avatar
 
Join Date: Jun 2005
Location: USA
Posts: 734
Thanks: 0
Thanked 20 Times in 19 Posts
Aradon is on a distinguished road
IDE / Editors
__________________
"To iterate is human, to recurse divine." -L. Peter Deutsch
Aradon is offline  
Old 12-14-2007, 02:48 AM   PM User | #4
Aradon
Moderator-san


 
Aradon's Avatar
 
Join Date: Jun 2005
Location: USA
Posts: 734
Thanks: 0
Thanked 20 Times in 19 Posts
Aradon is on a distinguished road
Interesting Links
__________________
"To iterate is human, to recurse divine." -L. Peter Deutsch

Last edited by Aradon; 12-14-2007 at 02:50 AM..
Aradon is offline  
Old 12-14-2007, 02:53 AM   PM User | #5
Aradon
Moderator-san


 
Aradon's Avatar
 
Join Date: Jun 2005
Location: USA
Posts: 734
Thanks: 0
Thanked 20 Times in 19 Posts
Aradon is on a distinguished road
Interesting Open Source Projects our Users are working on
__________________
"To iterate is human, to recurse divine." -L. Peter Deutsch
Aradon is offline  
Old 12-14-2007, 02:56 AM   PM User | #6
Aradon
Moderator-san


 
Aradon's Avatar
 
Join Date: Jun 2005
Location: USA
Posts: 734
Thanks: 0
Thanked 20 Times in 19 Posts
Aradon is on a distinguished road
Download
*JDK = Java Developers Kit
**If you download the JDK, it comes with the Java Runtime Environment
__________________
"To iterate is human, to recurse divine." -L. Peter Deutsch
Aradon is offline  
Old 12-14-2007, 03:00 AM   PM User | #7
Aradon
Moderator-san


 
Aradon's Avatar
 
Join Date: Jun 2005
Location: USA
Posts: 734
Thanks: 0
Thanked 20 Times in 19 Posts
Aradon is on a distinguished road
Frequently Asked Questions
  • My java script ...
    Java does not equal javascript (notice the uppercase and lowercase use). Java is a programming language developed by Sun Microsystems. javascript is a client-side language used in html
  • Why doesn't String == work?
    Strings in Java aren't considered a primitive type. Instead a String is a class type and as such whenever you create it you are just creating a pointer to the memory where the data for the String object is being held. In order to do a correct equals you need to use either equals or equalsIgnoreCase.
__________________
"To iterate is human, to recurse divine." -L. Peter Deutsch

Last edited by Aradon; 06-08-2008 at 02:47 PM..
Aradon is offline  
Old 03-09-2008, 08:22 PM   PM User | #8
Aradon
Moderator-san


 
Aradon's Avatar
 
Join Date: Jun 2005
Location: USA
Posts: 734
Thanks: 0
Thanked 20 Times in 19 Posts
Aradon is on a distinguished road
Interesting Threads / Discussions
__________________
"To iterate is human, to recurse divine." -L. Peter Deutsch

Last edited by Aradon; 09-04-2008 at 11:40 AM..
Aradon is offline  
Closed Thread

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:30 PM.


Advertisement
Log in to turn off these ads.