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 are Hostile Applets?
Can an integer be null java?
Can you make a constructor final?
What is :: operator in java 8?
What is hash code collision?
What are the differences between throw and throws?
How to display names of all components in a Container?
How many days will it take to learn java?
Can main() method in java can return any data?
What types of index data structures can you have in java?
What are java packages?
How do you input a string in java?
What is java instanceof operator?
How will you initialize an Applet?
Explain about complier design(phases)