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 is a stringbuffer?
How the metacharacters are different from the ordinary characters?
What is the reflection?
What is a databasemetadata?
5 Coding best practices you learned in java?
What will be the initial value of an object reference which is defined as an instance variable?
What is Java Package and which package is imported by default?
What is an argument in java?
How many threads can I run java?
How do you use compareto method?
How do you break a loop?
What is JFC?
What is canonical name in java?
How does singleton class work?
What ide should I use for java?