Answer Posted / glibwaresoftsolutions
No, pointer support is not available in Java. Java needed to be more secure because it lacks a feature that allows for pointers.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When should a function throw an exception?
Can a abstract class be defined without any abstract methods?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
What is the difference between a field variable and a local variable?
What do you mean by aggregation?
What are namespaces in java?
What is the use of static class?
What is use of static in java?
What does three dots mean in java?
What is the difference between length and length () in java?
Can we use this () and super () in a method?
How to add menushortcut to menu item?
Why are data types important?
What happens when a thread cannot acquire a lock on an object in java programming?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?