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 we can make copy of a java object?

847


What is the purpose of static methods and variables?

727


Difference between class#getinstance() and new operator ?

856


which is advanced deep technology in java launched by the sun microsystem??? The answer is very logical If u need correct answer mail me at priya_gupta@gmail.com

3398


How do you sort in descending order in java using collections sort?

680






What is threaded programming and when is it used? : Java thread

731


What is the statements?

785


Why main() method is public, static and void in java ?

812


Is map sorted in java?

783


Can we declare a class as static?

769


What happens when you add a double value to a string?

740


What are the 2 types of java programs?

763


Explain about strings in java?

794


How can constructor chaining be done using this keyword?

908


Can you access non static variable in static context?

751