Hi friends, i am new to java. can you explain how java is
secured.
Answer Posted / imam basha
Java does not use memory pointers explicitly. All the
programs in java are run under an area known as the sand
box. Security manager
determines the accessibility options of a class like reading
and writing a file to the local disk. Java uses the public
key encryption system to allow the java applications to
transmit over the internet in the secure encrypted form. The
bytecode Verifier checks the classes after loading.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does || || mean in math?
What is a lightweight component?
What is one third plus one third as a fraction?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
What is the difference between sleep and wait in java?
Write a code to create a trigger to call a stored procedure
Is object a data type?
Name few "optional" classes introduced with java 8 ?
Explain the difference between collection api and stream api in java8?
define the terminology association.
How to create a fecelet view?
List the features of java programming language.
If a method is declared as protected, where may the method be accessed?
What is difference between class and object in java?
What is difference between path and classpath?