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
What are the two ways of implementing multi-threading in java?
Difference between keyword and identifier.
How do you do descending order in java?
Explain the difference between call by refrence and call by value?
What is meant by final class?
What is method overriding in java ?
Can we extend singleton class?
What are the different types of collections in java?
What is synchronization and why is it important in java programming?
What is proper subset?
When do you call copy constructor?
What is static in java?
What does %4d mean in java?
Write a java program to count the number of words present in a string?
Can we overload the main() method?