Hi friends, i am new to java. can you explain how java is
secured.
Answer Posted / ram
Java is considered more secure than other languages for
several reasons:
* The Java compiler catches more compile-time errors;
other languages (like C++) will compile programs that
produce unpredictable results.
* Java does not allocate direct pointers to memory. This
makes it impossible to accidentally reference memory that
belongs to other programs or the kernel.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why we use protected in java?
What is the difference between iterator and enumeration ?
What is the applet security manager, and what does it provide?
Is alive in java?
What is the use of generics? When was it added to the Java development Kit?
List any five features of java?
What is a protected void?
What is the full meaning of java?
What is a local, member and a class variable?
Which language is java?
What is method in research paper?
What is skeleton and stub?
What is the difference in between cpp and java? Can u explain in detail?
What is pojo class in java?
Can we pass a primitive type by reference in java? How