java can provide security ,how can provide?

Answer Posted / vatti

Java doesn't allow direct access to memory like C/C++.
Memory access violations are the root cause of 90% (approx,
maybe more) of all software bugs/problems. This is also the
root cause of many viruses, etc. But there are many more
reasons why Java is secure...
Java provided with FireWall between a networked application
and your computer.
objects have access levels(private,public,protected)
class file is in bytecode format(ie. encrypted)

Is This Answer Correct ?    53 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is dot operator?

561


Why volatile is used in java?

520


What is an example of a keyword?

530


Can we create a constructor in abstract class?

557


Explain the difference between jvm and jre?

548






What is linkedlist in java?

492


Difference between linkedlist and arraylist.

578


How many classes can any class inherit java?

495


what is synchronization and why is it important? : Java thread

574


State differences between C and Java?

646


Explain what is Marker interface?

602


How does a for loop work?

486


What type of variable is error flag?

576


What is the advantage of OOP in java?

654


I want to persist data of objects for later use. What’s the best approach to do so?

494