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 the static keyword?
What is the purpose of garbage collection in java? When is it used?
What is http client in java?
What is ternary operator in java?
What does system out println () do?
How can you set an applet’s height and width as a percentage?
What is the output of the below java program?
Is passing by reference faster?
What is google full form?
What is serial version uid and its importance in java?
What is the purpose of an interface?
Can we use synchronized block for primitives?
How many bits is a double?
What are the differences between Java 1.0 and Java 2.0?
What is a cup of java?