os is developed in c no
java is more secured then c na
why dont the os developed is developed using java
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 |
What are the different tags provided in jstl?
What restrictions are placed on method overriding?
What is array pointers ?
Explain the private protected method modifier?
In how many ways we can do exception handling in java?
define polymorphism in java
Can keyword be used as identifier?
StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?
Is void a return type?
Can memory leak in java?
What is appletviewer?
What is lazy programming?