Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9003063
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T00:39:58+00:00 2026-06-16T00:39:58+00:00

The Session class does not have a constructor, instead use a couple static methods:

  • 0

The Session class does not have a constructor, instead use a couple static methods:
getDefaultInstance(Properties p);

getDefaultInstance(Properties p, Authenticator a);

getInstance(Properties p);

getInstance(Properties p, Authenticator a);

All of the above return Sessions.

From a design perspective, is it to avoid calling the default no argument constructor?
Or is it something else likes situation in which you can’t/don’t want to use constructor?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T00:39:58+00:00Added an answer on June 16, 2026 at 12:39 am

    There’s two key advantages of static factory methods over constructors:

    1. They can return a subclass of the target class.
    2. They don’t have to create a new instance every time.

    While JavaMail doesn’t take advantage of the first (and in fact Session is final), it does use the second to return the same Session object for getDefaultInstance. While that was done to support a particular use case, it’s turned out to be a bad idea that trips up a lot of people, as described here.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a class which gets serialized and deserialized in a session, and I
Context: I have a class that implements a Session, maintaining a TCP connection to
So I've got this exception defined, protected constructors, static constructor methods (so all the
In my controller i have an action which does not have a corresponding view.
Any idea why the following mocking code does not work? org.hibernate.SessionFactory sessionFactory = Mockito.mock(SessionFactory.class);
I use SQLAlchemy to define a User class. if an user is not logged
When storing sessions in a database, I have noticed that updating a session does
I have class instantiated in a web service that, in a static member, holds
class Session(models.Model): tutor = models.ForeignKey(User) start_time = models.DateTimeField() end_time = models.DateTimeField() What is the
Model: class Session(models.Model): tutor = models.ForeignKey(User) start_time = models.DateTimeField() end_time = models.DateTimeField() def __unicode__(self):

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.