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
How many types of methods are there?
What are the differences between graph and tree?
What should I import for arraylist in java?
What is javac_g?
Differentiate between nested and inner class in java.
What is the difference between size and length in java?
Can we store variables in local blocks?
Difference between comparator and comparable in java?
What is the difference between dom and sax parser in java?
Why charat is used in java?
What are the 4 types of research methods?
How is java hashmap implemented?
Can we clone singleton class in java?
What is object of class in java?
What is final?