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
How do you allocate memory to object?
What is synchronization and why is it important in java programming?
How do you avoid global variables?
can rmi and corba based applications interact ?
What is the difference between class & object?
What are 5 boolean operators?
What are parameters in a method?
Explain about strings in java?
Can I learn java in 3 months?
What are the types of sockets in java?
Why do people says “java is robust”?
What is run time allocation?
when should you use stringbuilder class in a program?
How java enabled high performance?
What is reflexive association?