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
What do you mean by platform independence of Java?
Write a java program to generate fibonacci series ?
What is object data type?
How can we make a class singleton?
What are identifiers in java?
What is the numeric promotion?
What is the final keyword in java?
What is a null class?
How do you sort a list in java?
How do I print a “?
What is the use of inner class?
What is getkey () in java?
What is literal example?
Can two objects have same hashcode?
Can java list contain duplicates?