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
What are green threads in java?
What are sets in java?
I don’t want my class to be inherited by any other class. What should I do?
What is meant by polymorphism?
How do you write methodology?
How do you find the absolute value?
What is generics in java interview questions?
How variables are stored in memory?
What about static nested classes in java?
What is the difference between throw and throws keywords?
Are true and false keywords?
Can we assign the reference to this variable?
Can a static class have a constructor?
What is a flag and how does it work?
Which browsers work with java?