answersLogoWhite

0

What does java security do?

Updated: 12/19/2022
User Avatar

Wiki User

13y ago

Best Answer

Defines the security policy for each application .Every Java Application can have its own Security manager.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does java security do?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a java security engineer?

hi


Why is security required in java?

so it can be protected


Do you get Security by access specifiers in Java?

No, because there is no such thing as an access specifier in Java. There are access modifiers, and security is their entire purpose, so of course you get it when you use them.


Why steganography is good with java?

Steganography is good with JAVA because JAVA is a highly secured language. If we use steganography with JAVA, it will enforce multiple levels of security of data. form: RISHU


Why java is secured compare with other language?

Because there is an access specifier called private in java by which security can be provided


When was Java Security first released?

Java Security was first released on May 23, 1995. There were a series of tests and failure up until its initial launch by Gage at the Sun World Conference.


Did java get fixed?

Java is constantly being updated, but is still considered broken by major authorities in security. Check back later.


Do you need all java updates on computer?

Not really, unless you have some Java applet that requires a newer version. However, it is recommended to get Java updates (and several other updates, for example, new versions of your favorite browser), for security reasons. Sometimes security flaws ("vulnerabilities") are found; these are usually corrected in the next version.Not really, unless you have some Java applet that requires a newer version. However, it is recommended to get Java updates (and several other updates, for example, new versions of your favorite browser), for security reasons. Sometimes security flaws ("vulnerabilities") are found; these are usually corrected in the next version.Not really, unless you have some Java applet that requires a newer version. However, it is recommended to get Java updates (and several other updates, for example, new versions of your favorite browser), for security reasons. Sometimes security flaws ("vulnerabilities") are found; these are usually corrected in the next version.Not really, unless you have some Java applet that requires a newer version. However, it is recommended to get Java updates (and several other updates, for example, new versions of your favorite browser), for security reasons. Sometimes security flaws ("vulnerabilities") are found; these are usually corrected in the next version.


Where can you download Java for Mac?

To download Java for Mac one will need to go to the apple website and then follow the instructions to download the Java update. Downloading Java offers improved reliability and security and an overall better experience of your device.


Is the java plug in safe for your computer?

The Java plug-in for the Java Runtime Environment (JRE) is safe for your computer in most cases. The Java company regularly tests for safety and security, so if a problem is detected a patch fix is released immediately.


What is java cryptography architecture?

The Java Cryptography Architecture (JCA) is a framework for working with cryptography using the Java programming language. It forms part of the Java security API, and was first introduced in JDK 1.1 in the java.security package.http://en.wikipedia.org/wiki/Java_Cryptography_Architecture


How we can get address of variables in Java as pointer variables in C?

At any given point of time you cann't get the address of a variables of java program. This is meant for security purpose only.