Discussion Forums HTML, XML, JavaScript... |
 |
Software Reviews Editors,Others... |
 |
Top100 JavaScript Tutorials, ... |
 |
Tutorials ASP, CSS, Databases... |
Discussion List FAQ, Roundup, Configure ... |
 |
Authoring HTML, JavaScript, CSS... |
 |
Design Layout, Navigation,... |
 |
Graphics Tools, Colors, Images...
|
 |
Software Browsers, Editors, XML...
|
 |
Internet Domains, E-Commerce, ... |
 |
WDVL Resources Intermdiate, Tutorials,... |
 |
WDVL Discussion Lists, Top 100,... |
 |
| Technology Jobs |
 |
|
 |
Download these IBM resources today!
e-Kit: IBM Rational Systems Development Solution
With systems teams under so much pressure to develop products faster, reduce production costs, and react to changing business needs quickly, communication and collaboration seem to get lost. Now, theres a way to improve product quality and communication.
Webcast: Asset Reuse Strategies for Success--Innovate Don't Duplicate!
Searching for, identifying, updating, using and deploying software assets can be a difficult challenge.
eKit: Rational Build Forge Express
Access valuable resources to help you increase staff productivity, compress development cycles and deliver better software, fast.
Download: IBM Data Studio v1.1
Effectively design, develop, deploy and manage your data, databases, and database applications throughout the data management life.
eKit: Rational Asset Manager
Learn how to do more with your reusable assets, learn how Rational Asset Manager tracks and audits your assets in order to utilize them for reuse.
|
|
 |
|
|
|
|
|
Learning to Write Java
|
A high-level programming language developed by Sun Microsystems.
Java was originally called OAK, and was designed for handheld
devices and set-top boxes. Oak was unsuccessful so in 1995 Sun
changed the name to Java and modified the language to take
advantage of the burgeoning World Wide Web.
Java is an object-oriented language similar to C++, but
simplified to eliminate language features that cause common
programming errors. Java source code files (files with a .java
extension) are compiled into a format called bytecode (files
with a .class extension), which can then be executed by a Java
interpreter. Compiled Java code can run on most computers
because Java interpreters and runtime environments, known as
Java Virtual Machines (VMs), exist for most operating systems,
including UNIX, the Macintosh OS, and Windows. Bytecode can
also be converted directly into machine language instructions
by a just-in-time compiler (JIT).
Java is a general purpose programming language with a number
of features that make the language well suited for use on the
World Wide Web. Small Java applications are called Java applets
and can be downloaded from a Web server and run on your computer
by a Java-compatible Web browser, such as Netscape Navigator or
Microsoft Internet Explorer.
...Webopedia
|
Tutorials
Want to learn to write Java? These how-to's
will teach you how.
Java FAQs
Frequently Asked Question about Java, with answers.
Articles
Articles to increase your Java knowledge that don't quite
fit under the Tutorial category.
Resources
If it relates to Java, you'll find it here.
Magazines, news, software, development tools,
even a glossary!
Servlets
All about Java Servlets.
Training
Online courseware and Traditional Training Seminars
|
|