Results 1 to 3 of 3

Thread: Pointers Demonstration Video

  1. #1
    Associate
    Join Date
    Jan 2005
    Posts
    24
    Pointer Concept in Java



    Many programmers believe that Java does not contain pointers like C++ does. Thats not true! Java has pointers but to make our lives easier, Java actually hides them from us. Pointers are referred to as Objects and Object References in Java (not Pointees as shown in the video). This neat video demonstrates the concept of pointers in Java and is funny too. Enjoy!

    Link: Binky Pointer Video

    Credited to: http://cslibrary.stanford.edu/104/ (Visit this webpage to watch the video for the making of Binky Pointer Video :lol: )

    ~vacuumtube

  2. #2
    Senior Member
    Join Date
    Jan 2005
    Location
    Neer Springfield, MA
    Posts
    443
    Do you work from them? I dont really know crap about Java.
    "If you enjoy what you do, you'll never work another day in your life."

    My man confucius said it well :D

    Why is my signature text blue I did not make it like that??

  3. #3
    Associate
    Join Date
    Jan 2005
    Posts
    24
    Do you work from them?
    Yes, when programming in Java, objects and object references are used everywhere. Except that Java hides it for reducing source code complexity. However it crucial to understand it as to see whats going on under or behind the source code and how Java handles it all. I'm thinking to write a short tutorial on objects.

    As illustrated by the video, pointers are in this case object references and pointee is an object. The reason pointers share same pointee is to improve efficiency which is enhanced by "Java Garbage Collection" feature which is a major drawback in C++ resulting in memory leak. More on this later. Enjoy!

    ~vacuumtube

Similar Threads

  1. Dell GX270 Intel 82865G chipset video problems with Linux
    By starfish in forum Linux - Software, Applications & Programming
    Replies: 0
    Last Post: 09-22-2005, 07:27 AM
  2. Sirius to launch video service in 2006
    By CoolJsa14 in forum Windows - General Topics
    Replies: 0
    Last Post: 01-07-2005, 12:00 AM
  3. List of fixes included in Windows XP SP2
    By regix in forum Windows - General Topics
    Replies: 6
    Last Post: 01-03-2005, 10:44 PM
  4. Video Player Hangs on Screen Resolution change
    By genesis in forum Windows - General Topics
    Replies: 0
    Last Post: 01-03-2005, 08:36 AM
  5. fd0 not a block device
    By Pantheus in forum Linux - General Topics
    Replies: 25
    Last Post: 10-08-2002, 10:26 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •