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 03-06-2003, 07:10 PM   PM User | #1
Aymen++
Regular Coder

 
Join Date: Nov 2002
Posts: 180
Thanks: 0
Thanked 0 Times in 0 Posts
Aymen++ is an unknown quantity at this point
what is java?

whith visual basic we can do widows applications and database application, with c++ we can do the same thing, may be more...
what can i do with java?
Aymen++ is offline   Reply With Quote
Old 03-06-2003, 09:44 PM   PM User | #2
Jason
Regular Coder

 
Join Date: Feb 2003
Location: California
Posts: 925
Thanks: 0
Thanked 0 Times in 0 Posts
Jason is an unknown quantity at this point
java is simply a language, the main downfall to java is that it requires an app to compile and run so it isn't as powerful in that sence as C or C++ but it can be used with HTML, it is used in gaming code...just about everywhere with the exception of OSs.

Jason
Jason is offline   Reply With Quote
Old 03-06-2003, 10:17 PM   PM User | #3
Josh Campbell
New Coder

 
Join Date: Jun 2002
Posts: 66
Thanks: 0
Thanked 0 Times in 0 Posts
Josh Campbell is an unknown quantity at this point
What java lacks in speed, it makes up for with its ability to go cross-platform without having to recompile or port code. A java program written on a windows box will run on a linux box and macintosh, etc as long as they have the java virtual machine.

The source code you write is turned into byte code for the JVM. Then the java interpreter translates the byte code into machine code on the fly.
Josh Campbell is offline   Reply With Quote
Old 03-06-2003, 11:12 PM   PM User | #4
Phantom
Regular Coder

 
Join Date: Feb 2003
Location: East Side/West Side
Posts: 118
Thanks: 0
Thanked 0 Times in 0 Posts
Phantom is an unknown quantity at this point
Yeah, that is pretty cool...thing I like about it is the networking abilities
Phantom 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 12:18 AM.


Advertisement
Log in to turn off these ads.