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
What is the difference between Grid and Gridbaglayout?
What is anti pattern in programming?
Is oracle charging for java?
How do you check if two given string are anagrams?
What is the use of callablestatement?
What are the advantages of compiled language?
Can a abstract class be declared final?
Explain JMS in detail.
What is variable and its types?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
What is io stream in java?
What does split function do in java?
What is gc()?
What are the states of thread in java?
What is hotjava?