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 arguments in java?
What is bytecode verifier?
What is the difference between compiler and jvm?
What is java reflection api?
What is the abstract class?
Why is java not 100% pure oops?
What invokes a thread's run() method in java programming?
What are invisible components?.
What do you understand by looping in java? Explain the different types of loops.
Explain thread life cycle in java?
What is user defined exception in Java?
What is class and object in java?
What is append in java?
Why java is used everywhere?
Is string serializable in java?