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


Please Help Members By Posting Answers For Below Questions

Which is faster set or list in java?

522


What is a cup of java?

553


How do I compare two strings in word in java?

532


What are the different types of garbage collectors in java?

540


What do you mean by compiler?

576






What is anagram number?

453


What is a module function?

553


How to handle a web browser resize operation?

537


What is difference between identifier and variable?

464


What is the concatenation operator in java?

571


How many ways can an argument be passed to a subroutine and explain them?

570


What are actual parameters?

517


What is a variable simple definition?

572


Difference between Linked list and Queue?

602


Similarity and difference between static block and static method ?

530