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
Does chrome use java?
Discuss different types of errors that generally occur while programming.
Why wait and notify methods are declared in object class?
What is the difference between iterator and list iterator?
What is difference between stringbuffer and string?
What is the meaning of I ++ in java?
What is set in java?
How do you escape in java?
What is meant by class loader? How many types are there?
What is the intersection and union methods?
Where will it be used?
What do you understand by synchronization?
Write a program in java to find the maximum and minimum value node from a circular linked list.
Give some features of interface?
Can we have static methods in an interface?