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

How can we create a thread in java?

581


How is a structure different from array ?

571


State the merge-sort principle and its time complexity.

562


what is the significance of listiterator in java?

607


Is node a data type in java?

487






Can each java object keep track of all the threads that want to exclusively access it?

526


What is the difference between reader/writer and inputstream/output stream?

545


Is java developer a good career?

544


What is the differences between heap and stack memory in java? Explain

523


What do you understand by garbage collection in Java? Can it be forced to run?

543


What is static keyword?

583


Write a java program to print fibonacci series?

534


Explain the importance of finally over return statement?

600


What is a byte string?

609


What is the difference between stringbuffer and stringbuilder class?

558