top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Static Method/Variable in Java?

+5 votes
289 views

In a static method, one can create only static variables, Then:

ClassA myclass = new ClassA();

does myclass is also an static variable?

posted Jan 23, 2015 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

No! My class is not an static variable

answer Jun 24, 2015 by Karthick.c
...