The moose likes Beginning Java and the fly likes Pointer in Java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Pointer in Java" Watch "Pointer in Java" New topic
Author

Pointer in Java

kailas matsagar
Greenhorn

Joined: Feb 01, 2011
Posts: 3

Why There is not use of pointer in java?


Please Help

Rameshwar Soni
Ranch Hand

Joined: Feb 03, 2011
Posts: 246
Answer to our question. Try this
Wouter Oet
Saloon Keeper

Joined: Oct 25, 2008
Posts: 2700

Why do you need pointers? One of the features of Java is that you don't need to manage low level memory management.


"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." --- Martin Fowler
Please correct my English.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Pointer in Java
 
Similar Threads
java is pass by reference or pass by value
Linked List Help
Iterator confuson
WA #1.....word association
What is "this" in Java ?