Re: C# versus Java for Interactive Images
Logician wrote:
On Mar 9, 3:19 pm, Arne VajhHj <a...@vajhoej.dk> wrote:
Logician wrote:
On Mar 9, 12:48 pm, Andrew Thompson <andrewtho...@gmail.com> wrote:
On Mar 9, 10:16 pm, Logician <sa...@logicians.com> wrote:
I am trying to write an interactive image which presents search
results in a tree structure. I see at many sites Java is used for
interactivion with images.
Do you mean as in 'Java applets embedded
in a web page?'.
I mean either an applet or a servlet, but via the WWW.
Servlets are server side - applets are client side - for all
practical purposes they can not replace each other.
This is a fine distinction (applet and servlet). My question is only -
Do so many people use Java for interactive images because it has
features not available in C#?
My impression is that Flash would be most used for this with Java
applets at a second place.
And C# is not an option because .NET is not installed on all systems
and not available at all for some systems.
Arne