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
Explain the concept of proper inheritance?
What is a text string?
What is meant by javabeans?
What is the file extension for java?
What is the purpose of skeleton and stub?
What is downcasting?
How do you insert a line break?
java program with complete 4 oops concepts implemented example
What all access modifiers are allowed for top class ?
What is immutability in java?
Why are lists ordered in java?
What is the difference between a switch statement and an if statement?
When should you use arraylist and when should you use linkedlist?
Is alive and join method in java?
Explain different ways of creating a thread?