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
How we can make copy of a java object?
What is the purpose of static methods and variables?
Difference between class#getinstance() and new operator ?
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
How do you sort in descending order in java using collections sort?
What is threaded programming and when is it used? : Java thread
What is the statements?
Why main() method is public, static and void in java ?
Is map sorted in java?
Can we declare a class as static?
What happens when you add a double value to a string?
What are the 2 types of java programs?
Explain about strings in java?
How can constructor chaining be done using this keyword?
Can you access non static variable in static context?