os is developed in c no
java is more secured then c na
why dont the os developed is developed using java



os is developed in c no java is more secured then c na why dont the os developed is developed usin..

Answer / neo anderson

OS can be created by both C & Java

Since the initial development of JAVA was focused only in
EMBEDDED systems like C

C dedicated to particular cpu where as java for all by using
byte codes

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is the relationship between clipping and repainting under awt?

0 Answers  


Should you use singleton pattern?

0 Answers  


What is run time polymorphism?

6 Answers   eClerx, Elementus Technologies,


Discuss 2D arrays.

0 Answers   Amdocs,


What is exception and error? and what is the difference between them?

2 Answers  






Can an abstract class be final?

10 Answers  


solve this is my problem byte a=40,byte b=50 both add value is 90 this is with in range of byte... byte range is -128to 127.... why this pgm gives error like type mismatch.... package javapgms; public class byte1 { public static void main(String args[]) { byte a=40,b=50; byte c=a+b; System.out.println(c); } } note : dont use int k... a,b,c are in byte range... mind it..

2 Answers  


List interface?

2 Answers  


what is thread? What are the high-level thread states? Or what are the states associated in the thread? : Java thread

0 Answers  


What is thread safe singleton?

0 Answers  


what state does a thread enter when it terminates its processing? : Java thread

0 Answers  


types of applets?.

7 Answers   TCS,


Categories