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

What is blank final variable?

770


What is a java predicate?

707


Can we declare the main method of our class as private?

739


How do you create a method in java?

706


How many techniques can be employed to create a string object?

751






What is the difference between size and length in java?

702


Does the order of public and static declaration matter in main method?

804


What are the main uses of java?

721


Explain what do you mean by functional overloading in java?

753


What is meant by object?

763


What is string immutability?

721


how does the run() method in runnable work? : Java thread

675


What does it mean to flush a file?

771


What is callablestatement? How you can call stored procedure to pass in parameter?

741


What is the difference between comparison done by equals method and == operator?

759