Answer Posted / arun
Java is the language best known for its security
features.Programmer cannot find the physical address of any
variable or object at any case in java and prevents the
programmer or user from accessing the physical address.Hence
if java provide the advantage(disadvantage) of using
pointers in programs there is chance of getting lot of
security flaw, so java does not support pointers.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the collections api in java programming?
Which method must be implemented by all threads?
Can java arraylist hold different types?
How to change the priority of thread or how to set priority of thread?
Does constructor creates the object ?
Difference between arraylist and vector.
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
What is increment in java?
What is numeric function?
What is the difference between this() and super() in java?
Is a class an object?
What is string english?
What is difference between throw and throws ?
Why we override equals() method?
How can we find the actual size of an object on the heap?