java can provide security ,how can provide?

Answer Posted / liza

Java Compiler creates .class file from the .java file and
this .class file comprises of bytecode,which is in encrypted
format.Java bytecode can be run on JRE.so JRE needs to be
installed for executing bytecode.

Java does not support pointer concept.That's why there is no
direct access to memory.This makes java robust and secure.

Java is provided with firewall between the networked
application and the computer.

Java provides access specifiers(
friendly(default),public,protected,private) which declare
which entity cannot be accessed from where.

Is This Answer Correct ?    27 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between association, composition and aggregation?

551


What is internal iteration in java se 8?

621


What super () does in java?

476


Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?

603


What are different data types?

560






Can you declare a private method as static?

686


How to check if linked list contains loop in java?

444


How is it possible for two string objects with identical values not to be equal under the == operator?

519


What is the difference between int and integer in java?

499


How many types of operators are there?

512


What 4 doubled?

533


Is node a data type in java?

489


What is anti pattern in java?

510


How is abstraction implemented in java ?

532


What are the two types of java?

509