java can provide security ,how can provide?

Answer Posted / gaurav

java is a secure language because of ByteCode.
A bytecode is a just like as machine code, whenever we
compile a src program in java, compiler creates a .class
file this .class file is called as bytecode. Then with the
help of this byte code java application luncher runs the
program and create's exe of a program....
java doesn't provide acess to memory directly that's why
it's also called a Robustic language.

Is This Answer Correct ?    15 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the set interface in java programming?

623


What is google full form?

532


What are the restrictions imposed by a Security Manager on Applets?.

2061


Can a abstract class be declared final?

562


What are advantages of exception handling in java?

581






Can java object be locked down for exclusive use by a given thread?

582


Difference between error and exception

5005


What are anonymous inner classes?

561


Can you start a thread twice in Java?

631


Explain an algorithm to find depth of a binary tree.

546


What is a dot notation?

548


How hashmap works in java?

562


Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?

552


What is functional interface in javatpoint?

508


Why we do exception handling in java and how many types of exceptions are there?

545