Explain about the security aspect of java?



Explain about the security aspect of java?..

Answer / Anand Kumar Sagar

Java has several security features such as bytecode verification, sandboxing, and secure sockets. The Java Security Manager provides a robust framework for enforcing access control policies.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

WAP to illustrate the use of interface

2 Answers  


Is an integer an object?

1 Answers  


What is Major and importance difference between for and foreach loop ?

1 Answers   Infosys,


What isan abstract class and when do you use it?

2 Answers   Genpact,


Java violates few objected oriented concepts. Can you explain in what way?

3 Answers   Ness Technologies,


What interface is extended by awt event listeners?

1 Answers  


Can we call thread start () twice?

1 Answers  


What is number data type?

1 Answers  


What is light weight component?

3 Answers  


What is a memory leak in java?

1 Answers  


Package1 and Package2 both have a method name lets say "methodA" with different implementation. When I import both the packages in a java class how can I use both the methods?

7 Answers   Ericsson,


Explain 5 features introduced in jdk 1.7?

1 Answers  


Categories