Is there an problematic situation that java can solve or make it
easier.... if so what is the code for it?
Posted from http://www.Devplug.com
Rhino - 07 Nov 2005 18:09 GMT
> Is there an problematic situation that java can solve or make it
> easier.... if so what is the code for it?
> Posted from http://www.Devplug.com
That question is so vague I don't know how to begin to answer it.
*ALL* programming languages are designed to solve problems or make things
easier. Surely you don't want someone to post all the java code ever
written, do you?
If there's a particular problem that you're trying to solve, describe it and
someone here can probably tell you whether there is an existing solution for
it that is written in Java. If there is not, you can almost certainly WRITE
a Java solution for it, since Java is a very powerful language.
Rhino
zero - 07 Nov 2005 20:55 GMT
>> Is there an problematic situation that java can solve or make it
>> easier.... if so what is the code for it?
[quoted text clipped - 13 lines]
>
> Rhino
Sounds to me like someone is looking for an example for homework or a paper
or something
Rhino - 07 Nov 2005 21:11 GMT
> >> Is there an problematic situation that java can solve or make it
> >> easier.... if so what is the code for it?
[quoted text clipped - 16 lines]
> Sounds to me like someone is looking for an example for homework or a paper
> or something
Your guess is as good as mine :-)
Rhino
Roedy Green - 08 Nov 2005 03:03 GMT
On Mon, 07 Nov 2005 18:05:27 -0000,
akbar85@hotmail-dot-com.no-spam.invalid (EagleTech) wrote, quoted or
indirectly quoted someone who said :
>Is there an problematic situation that java can solve or make it
>easier.... if so what is the code for it?
Perhaps you are looking for a student project. see
http://mindprod.com/projects/projects.html

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
Tor Iver Wilhelmsen - 09 Nov 2005 17:05 GMT
> Is there an problematic situation that java can solve or make it
> easier.... if so what is the code for it?
setColor(new Color(0x8b4513));
You cannot go wrong with brown.