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
Can we sort hashmap in java?
What is JDBC Driver interface?How can you retrieve data from the ResultSet
How does finally block differ from finalize() method?
What methods are used in Servlet?Applet communication?
When do we use synchronized methods in java?
What is immutable state?
Difference between arraylist and vector.
Differentiate between == and equals().
What are the disadvantages of object oriented programming?
What does int [] mean in java?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
Write a java program to count the number of words present in a string?
Is string thread safe in java?
What are default methods ?
What is the difference between numeric and integer?