ovais_khan
Broken In
i need to know which among the following is fast for graphic display and animation and why.
vb6
vb.net
java
plz help.....
ms123 said:Visual Basic 6 is the fastest of them all.
Slow Start
----------
Java's ByteCode and .NET's MSIL will be compiled to native binaries during runtime. This amounts to slow start of the program. Whereas Visual Basic will already been compiled to native binaries.
Bloated Code
------------
Native binaries yielded by JIT compilers are always large and requires high amount CPU and RAM, hence they will be slow