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 is number data type?
How many decimal digits is 64 bit?
Why can't we use static class instead of singleton?
What is an array length?
Why is java architectural neutral?
What is class??
What is the use of arraylist in java?
Is array primitive data type in java?
What is variable in java?
What is the use of volatile in java?
What is a double vs float?
What do you understand by the term polymorphism?
Explain notify() method of object class ?
What is empty list in java?
What are the ways in which a thread can enter the waiting state?