S
Sanny
After lot of reading I found, JVM takes control of the Applet and
Browser has nothing to do with the Applet.
But then I have a few Question.
Say I have a System with 2 GB RAM. Will I be able to Create an Array
of Integer with Large Memory Size taking upto 2 GB RAM? Or the Browser
will not allow Large Arrays?
int[][][] BigArray = new int[1000][1000][1000]; Will such big array be
allowed on an Applet?
Can I get the information about RAM on a System and initialize arrays
depending on the Maximum Memory the Desktop has?
Can I know in an applet whether the System is Dual Procesor or Quad
Processor or a 8 core Processor is there any code in Applet to know
about Hardware Configurations of the system it is running on?
Why do Applet so much limited in functionality?
I see Flash are so Fast. If you design an Animation in Flash it loads
in 1 second and Runs so smoothly. While Java Applet Blurs so much????
Why can't .Sun develop Applet which work as good as Flash? Both uses
plugin then why Java plugin so bad?
Can these slowness and restrictions be removed from Applets easily???
Can I give a Button In an Applet which asks for user Confirmation to
speedup the Applet and once the user Confirms the Applet runs as an
Application taking all resources from the Computer?
Bye
Sanny
Browser has nothing to do with the Applet.
But then I have a few Question.
Say I have a System with 2 GB RAM. Will I be able to Create an Array
of Integer with Large Memory Size taking upto 2 GB RAM? Or the Browser
will not allow Large Arrays?
int[][][] BigArray = new int[1000][1000][1000]; Will such big array be
allowed on an Applet?
Can I get the information about RAM on a System and initialize arrays
depending on the Maximum Memory the Desktop has?
Can I know in an applet whether the System is Dual Procesor or Quad
Processor or a 8 core Processor is there any code in Applet to know
about Hardware Configurations of the system it is running on?
Why do Applet so much limited in functionality?
I see Flash are so Fast. If you design an Animation in Flash it loads
in 1 second and Runs so smoothly. While Java Applet Blurs so much????
Why can't .Sun develop Applet which work as good as Flash? Both uses
plugin then why Java plugin so bad?
Can these slowness and restrictions be removed from Applets easily???
Can I give a Button In an Applet which asks for user Confirmation to
speedup the Applet and once the user Confirms the Applet runs as an
Application taking all resources from the Computer?
Bye
Sanny