os is developed in c no
java is more secured then c na
why dont the os developed is developed using java
Answer Posted / 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 View All Answers
What is the flag in java?
What is the final variable?
What happens if constructor is private?
What is Java Reflection API? Why it’s so important to have?
Explain methods specific to list interface?
What is the driver class?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
What is stringreader?
What are the wrapped, classes?
What is io stream in java?
How many bits is a string?
Can you call one constructor from another if a class has multiple constructors?
How can we make a class singleton?
What is the exception hierarchy in java?