Why Java is not supporting the Pointer Concept...?
|
Banned
|
|
| 19Sep2007,15:48 | #1 |
|
Why Java is not supporting the Pointer Concept...?
|
|
Go4Expert Founder
|
![]() |
| 19Sep2007,19:53 | #2 |
|
Because its not needed and the pointer is a problematic area even for a very experienced developer.
|
|
Go4Expert Founder
|
![]() |
| 19Sep2007,19:54 | #3 |
|
Offtopic comment:
Also by the way your signature was violating the Rules and guidelines of the forums because you cannot have the font size what you had and it has been edited to the max possible font.
|
|
Newbie Member
|
|
| 20Nov2007,10:17 | #4 |
|
Java is supporting pointers internally but it is not visible to the programmer .so as to avoid complexity and to persist security.
Class1 obj=new Class1(); Every time u create an object internally it is manipulated using pointers but the programmer is to made to access directly rather though the object name "obj" |
|
Banned
|
|
| 12Dec2007,10:57 | #5 |
|
Ok Thanks Shabbir.
|
|
Newbie Member
|
|
| 30Jan2008,14:30 | #6 |
|
Because java is multiplatform language.
|
|
Contributor
|
|
| 1Feb2008,21:24 | #7 |
|
Quote:
Originally Posted by satya5321 |

