
Originally Posted by
Tiger79
about Nokia's plans regarding Java on devices you should be able to find a couple of discussions going on by using the Search functionality...
An advantage of Qt is simply the idea that Java should have been : write once and deploy everywhere...
Actually this isn't the case for both, but Qt makes it possible to deploy on several platforms, mobile and desktop, if im not mistaken it can also be used to create widgets... J2ME unfortunately is not wrtie once deploy everywhere at all :P
Also in general C++ code still is faster, less memory-hungry and you obviously have more control through allocation adn deallocation of memory, whilst in J2ME you still have to trust your Garbage Collector, which may, or may not, do its work properly...