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
Explain the access modifiers for a class, method and variables?
What is the difference between normal report & matrix report?
What is the purpose of a transient variable?
What is the best definition for data?
What is the difference between class & structure?
What does @override mean?
Why does java not allow multiple public classes in a java file ?
Explain the difference between an object-oriented programming language and object-based programming language?
What is comparable and comparator interface? List their differences
Can inner class final?
What is a default constraint?
Can you declare the main method as final?
What is floating data type?
What are runtime exceptions?
What is the difference between C++ and Java and your preferences?