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
Difference between association, composition and aggregation?
How do you declare a variable?
Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification
Is call by reference possible in java?
Is java a pure object oriented language?
State the main difference between c++ and java?
List any five features of java?
What's the default access specifier for variables and methods of a class?
What is an image buffer?
What is class array in java?
Is java a super set of javascript?
What type of language is java?
What is bytecode in java ?
How do you input a string in java?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?