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


Please Help Members By Posting Answers For Below Questions

Can we sort hashmap in java?

754


What is JDBC Driver interface?How can you retrieve data from the ResultSet

1796


How does finally block differ from finalize() method?

828


What methods are used in Servlet?Applet communication?

1938


When do we use synchronized methods in java?

808


What is immutable state?

763


Difference between arraylist and vector.

845


Differentiate between == and equals().

809


What are the disadvantages of object oriented programming?

883


What does int [] mean in java?

787


How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?

814


Write a java program to count the number of words present in a string?

755


Is string thread safe in java?

853


What are default methods ?

806


What is the difference between numeric and integer?

761