Sponsored Links


Results 1 to 2 of 2

Thread: Differentiate between static and nonstatic members in java 2011

  1. #1
    Senior Member saneha's Avatar
    Join Date
    Apr 2011
    Posts
    266

    Word Icon 35px Jpg.ashx Differentiate between static and nonstatic members in java 2011

    Sponsored Links1



  2. #2
    Administrator Vuhelper's Avatar
    Join Date
    Apr 2011
    Posts
    9,578
    Static variables and methods are associated with the class itself and are not tied to any particular object. Therefore static's can be accessed without instantiating an object. Static methods and variables are generally accessed by class name.

    The most important aspect of static's is that they occur as a single copy in the class regardless of the number of objects. Static's are shared by all objects of a class.

    Non static methods and instance variables are not accessible inside a static method because no this reference is available inside a static method.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 3
    Last Post: 04-12-2012, 04:53 PM
  2. Java applet working or not on windows 7 Java 2011
    By Vuhelper in forum Java forum
    Replies: 0
    Last Post: 06-14-2011, 09:22 PM
  3. Replies: 1
    Last Post: 05-02-2011, 06:31 AM
  4. Static Variable in c++ 2011
    By saneha in forum C++ Programing
    Replies: 1
    Last Post: 04-29-2011, 08:32 AM
  5. What are Static Data Members in c++ 2011?
    By saneha in forum C++ Programing
    Replies: 1
    Last Post: 04-29-2011, 08:23 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
-: Vuhelp Disclaimer :-
None of the files shown here are hosted or transmitted by this server. The links are provided solely by this site's users. The administrator's or staff of Vuhelp.net cannot be held responsible for what its users post, or any other actions of its users. You may not use this site to distribute or download any material when you do not have the legal rights to do so. It is your own responsibility to adhere to these terms. If you have any doubts about legality of content or you have any suspicions, feel free to contact us.
Online Education | JhelumSoft