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 object-oriented paradigm?
What is mnemonic code?
How do you escape json?
Can we serialize static variables in java?
Explain importance of throws keyword in java?
We are seeing so many videos/audios as many web sited. But question is these videos or audios are stored in Databases ( Oracle, Mysql, Sybase,... ) or stored any file directory from there they will give the link for that? Pls explain and give sample code to achieve this one? Thanks, Seenu.
What are the different types of multitasking?
What does t in java mean?
What is the difference between math floor and math round?
How do you input a string in java?
What are the steps in the jdbc connection?
Which data type is a class in java?
What is the original name of java?
what is difference between equals and ==?
Is java a digit method?