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
Explain about arraylist?
Explain about anonymous inner classes in java?
Can we sort hashset in java?
What is use of arraylist in java?
How to find the largest value from the given array.
What is java oops?
What is the default size of set in java?
Can a class have multiple subclasses?
How much ram can a 64 bit processor theoretically?
What is a heavyweight component?
What is the difference between static method and instance method in Java?
What is hashset in java?
What is variable and example?
What are design patterns and please explain?
What is the difference between == and === javascript?