Java is a platform-independent object-oriented
programming language. Originally developed as 'oak' by Sun Microsystems's Green Project in
1991, Java is superficially very similar to C++, but is unique in many ways.
Java interpreters have been ported to every viable computing platform in existence.A Java Bean is a Java class that follows specific
conventions, called a component model, making it simple to connect beans (classes)
together with minimum effort. Among other advantages, beans provide a bridge between Java
and ActiveX.
Applet is a small Java program that can be
embedded in an HTML page. Applets differ from full-fledged Java applications in that they
are not allowed to access certain resources on the local computer, such as files and
serial devices (modems, printers, etc.), and are prohibited from communicating with most
other computers across a network. The current rule is that an applet can only make an
Internet connection to the computer from which the applet was sent.
JavaScript is Netscape's cross-platform,
object-based scripting language for client and server applications. JavaScript lets you
create applications that run over the Internet. Client applications run in a browser, such
as Netscape Navigator, and server applications run on a server, such as Netscape
Enterprise Server. Using JavaScript, you can create dynamic HTML pages that process user
input and maintain persistent data using special objects, files, and relational databases.
The course is not designed to teach fundamentals of the Java or JavaScript
scripting language,
but rather how to incorporate commonly used scripts and applets into your Web page.
The student will be introduced to a number of Java applications and learn how to customize
them in the practical manner. |
|