java can provide security ,how can provide?
Answer Posted / anjali
java provides security by giving name space concept,
whenever a classloader loads classes,for each class loader
there is a seperate space thats get created , similary when
it loads applets its loads them in seperate name space so
that code in different name sapce remins unaffected by any
currupted code in any other name space
Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Can a class declared as private be accessed outside it’s package?
What is an empirical question?
Does garbage collection occur in permanent generation space in jvm?
What are three advantages of using functions?
In a class implementing an interface, can we change the value of any variable defined in the interface?
List out benefits of object oriented programming language?
Can I import same package/class twice?
what is thread? What are the high-level thread states? : Java thread
How to run a JAR file through command prompt?
What are synchronized methods and synchronized statements in java programming?
Explain the selection sort algorithm?
How do I remove a character from a string in java?
Give an example of use of pointers in java class.
What is the meaning of flag day?
What is parsing in java?