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

How many java versions are there?

556


What is the basic concepts of OOPS?

679


What do you mean by an object in java?

624


How does compareto work in java?

566


Explain Basics of OOP Language in java

584






What is native method in java?

561


What is passing by reference in java?

534


Can we declare the static variables and methods in an abstract class?

542


Give me some null interfaces in java?

598


Why java is object oriented?

582


What means public static?

556


What is widening and narrowing in java? Discuss with an example.

554


What are 3 boolean operators?

527


If two threads have same priority which thread will be executed first ?

839


How do you join strings in java?

516