secure in java language keyword
Answer (1)
Hello,
Because Java compiles as bytecode which then runs inside a Virtual machine, it cannot access the computer it runs on like a natively compiled program can. The general reason why Java is considered to be more secure than, say C, is because it handles memory management for you.
Thank you
Comments (0)
Related Questions
super keyword in java language
33 Views
final keyword in java language
24 Views
static meaning in java language
65 Views
method overloading in java language
37 Views




