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 |
WAP to illustrate the use of interface
Is an integer an object?
What is Major and importance difference between for and foreach loop ?
What isan abstract class and when do you use it?
Java violates few objected oriented concepts. Can you explain in what way?
What interface is extended by awt event listeners?
Can we call thread start () twice?
What is number data type?
What is light weight component?
What is a memory leak in java?
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?
Explain 5 features introduced in jdk 1.7?