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

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-14-2002, 04:58 PM   PM User | #1
Cyberdragon
New to the CF scene

 
Join Date: Dec 2002
Location: Cyberspace
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Cyberdragon is an unknown quantity at this point
What is suggested to be learned before Java?

I'll be learning Java in the next programming course of next term. And I want to know what should I know before taking that course. So far, I only know HTML and a bit of JavaScript.
Cyberdragon is offline   Reply With Quote
Old 12-14-2002, 06:06 PM   PM User | #2
bcarl314
Mega-ultimate member


 
Join Date: Jun 2002
Location: Winona, MN - The land of 10,000 lakes
Posts: 1,855
Thanks: 1
Thanked 45 Times in 42 Posts
bcarl314 will become famous soon enough
If you know JavaScript fairly well, and understand the object oriented or "based" concepts of JS, Java shouldn't be too hard. But there are a few different constructs. And all variables are type cast, so when you make a variable, you make it an interger or a double or a character, and you can't flip back and forth as easily as you do in JS.
bcarl314 is offline   Reply With Quote
Old 12-15-2002, 12:15 AM   PM User | #3
Cyberdragon
New to the CF scene

 
Join Date: Dec 2002
Location: Cyberspace
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Cyberdragon is an unknown quantity at this point
Like I said, I only know a bit of JS.

Is there any tutorials on JS that are very user-friendly?
Cyberdragon is offline   Reply With Quote
Old 12-15-2002, 01:37 AM   PM User | #4
Spookster
Supreme Overlord


 
Spookster's Avatar
 
Join Date: May 2002
Location: Marion, IA USA
Posts: 6,220
Thanks: 4
Thanked 80 Times in 79 Posts
Spookster will become famous soon enough
Before I took my Java course at college I had taught myself javascript and found that it made learning Java a heck of a lot easier.

Use javascript to learn concepts like:

"for" loops
if/else statements
functions
arrays
variables
etc

You will see the same exact concepts with incredibly similar syntax. Although Java and Javascript are similar in name and syntax they actually have to relation to each other. Netscape developed Javascript because them and Sun Microsystems(developers of Java) were working together.

Ok anyways im babbling. Trust me that learning javascript now which is fairly easy to do will make your life much easier in your Java course.

Oh yeah and you can find many basic and advanced javascript tutorials at codingforums mother site: http://javascriptkit.com/
__________________
Spookster
CodingForums Supreme Overlord
All Hail Spookster
Who gave you that Ugging infraction? Yeah that's right it was me!

Last edited by Spookster; 12-15-2002 at 01:39 AM..
Spookster is offline   Reply With Quote
Reply

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 02:36 PM.


Advertisement
Log in to turn off these ads.