|
Thread: Hmm
-
Jan 2nd, 2003, 03:02 AM
#1
Thread Starter
New Member
Hmm
What is the difference between java and java script?
"Hackers" -When used properly, this term refers to an elite breed of good guys who are talented computer programmers. They enjoy solving challenging problems or exploring the capabilities of computers. Like a carpenter wielding an axe to make furniture, the hacker does good things with his skills. True hackers subscribe to a code of ethics and look down upon the illegal and immoral activity of crackers. When people use "hackers" to describe virus authors or computer criminals who commit theft or vandalism, it is not only incorrect but also insulting to true hackers..--unknown source--..
-
Jan 2nd, 2003, 03:29 AM
#2
KING BODWAD XXI
-
Jan 3rd, 2003, 11:21 AM
#3
Java is a complete language that gets compiled to bytecode. Features are strict type checking, full object orientation based on type definitions, garbage collection and a large built-in library.
Java needs a virtual machine to run. You can write applets, which are small applications with reduced access rights that run within a browser or other container applications.
JavaScript is a scripting language. Its syntax is based on Java, but the similarities end there. JavaScript is interpreted from text. Features are free-type variables (no type checking at all), basics of object orientation through prototypes (runtime object building) and good browser integration. JavaScript is mostly used to manipulate XML or HTML pages through the Document Object Model. With XUL there's an XML-based language wich enables real applications to be developed in JavaScript.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|