Limit this search to....

Using Pointers in Java
Contributor(s): Khan, Aatif Ahmad (Author)
ISBN: 1494409860     ISBN-13: 9781494409869
Publisher: Createspace Independent Publishing Platform
OUR PRICE:   $9.01  
Product Type: Paperback
Published: December 2013
Qty:
Additional Information
BISAC Categories:
- Computers | Programming Languages - Java
Physical Information: 0.11" H x 8.5" W x 11" (0.28 lbs) 44 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
Using Pointers in Java is an attempt to securely use pointer capability in java with a lot of advantages. We know that using pointers may be a unsecure job, but knowing that Pointer Model of Java doesn't support overwriting memory or corrupting data, so Pointers in Java can be used safely. As far as advantages are concerned, Using Pointers in Java leads to much better Time Complexity as well as Efficient Memory Management.