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
What is the private method modifier?
What are the important features of Java 9 release?
Explain the differences between static and dynamic variables?
What is an example of character?
What is the similarity between dynamic binding and linking?
Can static methods be inherited?
Why we used break and continue statement in java?
Explain java coding standards for methods?
Are arrays passed by reference in java?
What is a parameter used for?
What is ‘is-a ‘ relationship in java?
What are keywords and reserved words in java?
What is the abstraction?
Can we execute java program without main method?
Explain the difference between protected and default access.