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

Realized?

1666


What is a default constraint?

618


Is string passed by reference in java?

552


Can this keyword be used to refer static members?

553


What does exp mean in math?

539






How do I know if java is installed?

521


Is string is a data type?

572


Explain oops concepts in detail?

582


How can the checkbox class be used to create a radio button?

514


What happens if main method is not static?

501


Explain the concept of hashtables?

621


How many threads can java run?

563


What is data type example?

556


Who is founder of java?

534


What are the main uses of this keyword?

603