Jump to content

What can Java do?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
14 replies to this topic

#1
Sionofdarkness

Sionofdarkness

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 384 posts
I've read that Java was the first language that allowed the integration of sound and video online, is that true? If so, what else can Java do? It seems like a very elastic language.

#2
Guest_NeedHelp_*

Guest_NeedHelp_*
  • Guests
Java Script and that is probably true.

Java can do amazing things but the problem with it is the versions are incompatable so if you use an app that requires version say 1.3 then you can't run an app that requires 1.4. This is just my experience with it.

You can do anything with Java that you can do with other languages and sometimes java can accomplish these things better. Once you build your program with Java you can then run that same application on Windows, Mac, Linux, Unix, FreeBSD and any other OS that has java runtimes. That was suns purpose for making Java. I think I also read something where Sun wanted to have java on ovens, microwaves, toasters, etc..

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Java is on cellphones, now.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#4
Guest_lamborgini8_*

Guest_lamborgini8_*
  • Guests
Java is a sprety cool pice of programing. There are loads of things it can do and most probaly the most used is for online games.

#5
icepack

icepack

    Programmer

  • Members
  • PipPipPipPip
  • 115 posts
I'm taking advanced data structures in Java next semester:(

#6
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Why the long face, icepack? Data structures is great stuff!
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#7
Sionofdarkness

Sionofdarkness

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 384 posts
Sounds pretty complicated to me. I know a lot of cool games are made with Java, someday I'd like to do that.

#8
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Most programming languages are Turing-Complete, which means they can do any computation you can think of. If they have a way to get at the graphics abilities of the OS, then they can do anything graphically, as well. Speed can be an issue, however.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#9
icepack

icepack

    Programmer

  • Members
  • PipPipPipPip
  • 115 posts
i know they are great:p

..great in C++

#10
Sionofdarkness

Sionofdarkness

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 384 posts
What's great?

#11
Guest_ProTechVision_*

Guest_ProTechVision_*
  • Guests
ey icepack , are you going to college or are you getting java as in highschool.

runescape is a java made game , and it is making allot of money very cool game , graphics not that hot but sence the game is so big it is still good . ( alot of programmign effort it needed!)
Try it out !

#12
amac

amac

    Newbie

  • Members
  • Pip
  • 8 posts

WingedPanther said:

Most programming languages are Turing-Complete, which means they can do any computation you can think of. If they have a way to get at the graphics abilities of the OS, then they can do anything graphically, as well. Speed can be an issue, however.
Just because its theoretically possible to do everything doesn't mean its in reach of your average programmer. You could do anything graphically, but you might have write ridiculous amounts of library code to do it. And then, as you say, speed stops it from being useful.