Federal Republic of Nigeria
Republic of Nigeria


FastCounter by bCentral




  1. Home
  2. E-Mail
  3. Chat Room
  4. Sign Guestbook
  5. View Guestbook
  6. Message Board
  7. Contact
  8. Sound & Music
  9. Search
  10. Resume
  11. Applications
Search by Keyword
[EfieSearch]

powered by FreeFind
Cartoon Network








Ernest Efienamokwu's Home Page

Java Programing


Java is a programming language that is used to generate applications that work on the internet. This is possible only within a computer that possesses Java capabilies, i.e a computer must possess the Java Virtual Machine - any application that posseses java capabilites. Java Applets (tranlated Java program to class files) - files that are stored on an internet directory, are used to output emanate Java programing instructions to web browser viewer.

Links Related to Java Programming/VM

Here is the AboutMe java source file and the Class file. Below is the appletized java code in action.

Check out the new menu-driven irc client I wrote in Java. You can download the class file here.

About Me applet:
HelloWorldApp Applet Irc Client Applet:

The applets did not load on my terminal. Please contact me and send me anwser to this problem if the same occurrs on your screen. Thanks.
Sample Java Instruction Code

/* Here is what a sample java instruction code looks like */

/* Author: Ernest Onyebuchi Efienamokwu. */
/* Date: December 24, 2002 - When Fairy Oddparents was on */
/* A about-me application that prints my name. */
/* Copyright: © 2002. */

package AboutMe;

public class aboutme{
public static void main(String[] args){
System.out.println("Thanks for visiting my home page!\n
\n\nErnest Onyebuchi Efienamokwu.\n
ernest_efienamokwu@yahoo.com.
Onyebuchi /www.oocities.org/ernest_efienamokwu");
}
}

Netscape

This page hosted by GeoCities Get your free home pages.

© Copyright 1998 - 2003, Ernest Onyebuchi Efienamokwu. All Rights Reserved.