What kind of thread is the Garbage collector thread?
Garbage collector thread is a daemon thread.
What is the advantage of using Java on Symbian OS ?
Filed under: Core Java Interview Questions, Symbian Interview Questions
Symbian’s Java implementation is the richest Java environment for mobile phones, giving Java developers access to application engines, communications, messaging, Bluetooth, multimedia, etc* Symbian’s Java implementation takes advantages of Symbian OSs mean and lean philosophy. Symbian, in both its Java implementation and its core operating system, has followed a philosophy of making optimal use of constrained memory resources. As an example Java classes can be run from ROM
* The Java implementation is highly optimised at all points in the chain. This includes graphics, libraries, and of course the VM. Our next release will be based on Sun’s CLDC HI Java VM
