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

why java uses class level type casting ?

2242


How java enabled high performance?

576


Detail discussions on JVM, memory management and garbage collector.

546


what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread

549


What is the purpose of encapsulation?

531






What are the important features of Java 10 release?

506


What is meant by string is immutable?

510


Which is better singleton or static class?

498


What is member in java?

484


What is parse method?

527


Can we change the value of static variable?

485


Can we create a constructor in abstract class?

559


What is string and example?

547


How is final different from finally and finalize?

486


In java, how we can disallow serialization of variables?

544