PDA

View Full Version : Java!


ConradSims2
Jan 14, 2004, 11:14 AM
Please will you help me with these questions... where can I find a great site that will help me answer these...

1/ Who developed Java and when?
2/ What are some unique features of Java?
3/ Is java used for websites or stand alone programs?
4/ What does it mean when I say java is an "object oriented" language?
5/ What is a Java Class?
6/ A class contains Data and Methods. What does this mean? (Give examples or definitions)
7/ What is the difference between an application and an applet?
8/ What is a template?

Please help me!
Thanks, Conrad

fredg
Jan 16, 2004, 08:17 AM
HI,
Your best bet is to use www.google.com ; and do a search for what you need to find.
This question is very involved and any volunteer would have to spend much time in answering all these questions!
Best wishes,
fredg

LTheobald
Mar 14, 2004, 06:18 AM
I'll answer the ones I can do off the top of my head.

1/ Who developed Java and when?

Check here --> http://java.sun.com/features/1998/05/birthday.html

3/ Is java used for websites or stand alone programs?

Both. It can be run as standalone applications or as applets on a web page. There's also servlets and JSP (Java Server Pages). Look these up.

4/ What does it mean when I say java is an "object oriented" language?

This is a HUGE question which would take a lot of time to answer. Just search on Google for some answer like Fredg suggested.

7/ What is the difference between an application and an applet?

Not a great answer ut here goes. An application is a stand alone piece of software that you run on a machine. An applet is a piece of code that runs on a client PC when they access a web page. The applet is part of a web page. Like I said, not a good answer. Look it up.


Try looking on http://java.sun.com for more info. Or go to the library and get some Java books out.