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 binary search in java?
What exactly is a .class file?
Which is a valid identifier?
What is method overloading in JAVA? Why is it not present in C ?
What do you understand by the term singleton?
Explain the scope of a variable.
What is the advantage of preparedstatement over statement?
Explain how to convert any java object into byte array.
How does remove work in java?
Explain the difference between collection api and stream api in java8?
What is the intersection and union methods?
What is r * in math?
Is an integer an object?
What is a default constraint?
What are the principle concepts of oops?