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 the maximum size of a string in java?

546


What is java volatile?

541


Difference between static binding and dynamic binding?

564


Explain the features of java?

589


How do you create a method in java?

543






What are the different types of sorting in java?

539


What is string syntax?

546


How to change value in arraylist java?

495


what is bmg file and how to create that files?what will it contailn?

1884


What is class and object in java?

549


What is finally block?

564


Are arrays static in java?

578


What is array initialization in java?

486


What is instance means in java?

562


What is the default value of float and double datatype in java?

532