Search:

Type: Posts; User: chronoz13

Search: Search took 0.09 seconds.

  1. Re: final class, final or

    kinda confusing.. anyway ill be able to understand all those things incrementaly , but tnx for that!!

    \m/
  2. Re: final class, final or

    another question.

    about Gregorian Calendar class. in general convention they say that it is inefficient if you use an 'INSTANCE' or 'OBJECT' to call a static method (which belongs to a class), i...
  3. Re: final class, final or

    but the Date class has public constructor...its a utility class..
  4. Re: final class, final or

    so there are certain situations that when your class has static methods you should declare
    your constrcutor as private.?

    or IT MUST be private everytime your are creating a class with static...
  5. final class, final or

    whats the purpose of declaring a class as final.??


    public final class <ClassName>

    and ive notice the Math class cannot be instantiated. why? is that because of the 'final' declaration or...
Results 1 to 5 of 5