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

Explain importance of throws keyword in java?

752


Describe string intern() methodology

788


Can you access the private method from outside the class?

711


Why there is no call by reference in java?

667


How many types of classes are there in java?

748


Can we overload run() method in java?

814


Explain method local inner classes ?

765


What's the difference between int and integer in java?

798


What is the purpose of void class?

781


Can we pass null as argument in java?

678


What does snprintf return?

744


5 Coding best practices you learned in java?

805


What is indexof?

708


Difference between abstract and concrete class ?

757


Are arrays passed by reference in java?

668