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 are synchronized blocks in java?

0 Answers  


What are different access specifiers in java? Explain

0 Answers  


Implement two stacks using a single array.

0 Answers   Global Logic,


Explain java coding standards for variables ?

0 Answers  


What is multithreading and its advantages?

0 Answers  






I Have a class abstract with one abstract method, so that method should override in the subclass, but i dont want to override, if i am not override what will happen? If compilation will occur then i dont want to give compilation error, then what we need to do??? See the sample program. public abstract class AbstractExample { public abstract void sampleMethod(); } public class AbstractExampleImple extends AbstractExample { }

2 Answers   Mphasis,


What is the difference between inheritance and encapsulation?

0 Answers  


What are the two basic ways in which classes that can be run as threads may be defined?

0 Answers  


when we write class.forName("any one class"); what happens actually?what it will return?explain stepwise?

6 Answers  


What is append function?

0 Answers  


Can you instantiate the math class in Java?

0 Answers   IBS,


What is java in detail?

0 Answers  


Categories