why java does not contain pointers?
Answer Posted / varma
java programming environment does not support pointers in
other words java language is free from pointers concept.So
that we can get less application development time and less
application execution time.because of magic of byte code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we use string in the switch case?
Which package has light weight components?
Can you explain the usages of class.forname()?
can any body body expalin best definitions & best real time exaples for opps concepts.
Is a class an object?
How do you achieve polymorphism in java?
What is JVM and is it platform independent?
What is difference between Heap and Stack Memory?
When can an object reference be cast to an interface reference in java programming?
What are voids?
Can we able to pass objects as an arguments in java?
What are internal and external variables?
What are design patterns and please explain?
What mechanism does java use for memory management?
What is anti pattern in programming?