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


Please Help Members By Posting Answers For Below Questions

Should database connections be singleton?

568


What is a singleton in genetics?

560


What is multi level inheritance in java?

554


I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?

689


Can we overload run() method in java?

593






Can you call a method on a null object?

559


what is a working thread? : Java thread

548


What about interthread communication and how it takes place in java?

541


Can constructor be static or final?

647


Can we override the overloaded method?

561


What is a Hash Table? What are the advantages of using a hash table?

603


What's the difference between int and integer in java?

531


What all access modifiers are allowed for top class ?

711


What are the concepts of 'OOPS'?

596


Difference between static synchronization vs. Instance synchronization?

557