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

  • SEARCH
  • Home
  • 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 6378139
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T01:57:58+00:00 2026-05-25T01:57:58+00:00

I need to create a constructor that creates an account. It will ask the

  • 0

I need to create a constructor that creates an account. It will ask the user to input an id number (4 digits) and it will create an account with $0 in it. Later the user will be able to add and subtract money, which I can do myself. I am just very confused about how to build a constructor. Here is my code:

import java.util.*;
public class Account{
public static void main(String[] args){
    int id = 0;
    double balance = 0;
    Account account = new Account();
}
public Account(){
}
}

Is public Account() the constructor? or is it just an object? And if it IS the constructor, what exactly do I need to do create the account? (make the methods in the constructor or in another class?)

  • 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-05-25T01:57:59+00:00Added an answer on May 25, 2026 at 1:57 am

    Yes public Account(), is the constructor, constructors do not have a return type and they must be named exactly the same as the class.

    The constructor must be in the same class.

    You do not need to do anything in your constructor, unless you want to initialize some of the attributes for your Account class. The no-arg constructor instantiates an object, because the compiler will insert a call to super() in the first line of the constructor. Super will call the constructor up in the hierarchy tree all the way to Object.

    In fact you do not even have to write that no-arg constructor, unless you have another constructor in your Account class that takes one or more arguments, since the compiler will supply a no-arg constructor if there isn’t any explicit constructor.

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

Sidebar

Related Questions

I need to create simple reusable javascript object publishing several methods and parameterized constructor.
Into a class constructor, I need to create some objects on the fly and
In my constructor, I want to create a random color. Therefore, I need three
Need to create a custom DNS name server using C which will check against
I need to create an XML schema that looks something like this: <xs:element name=wrapperElement>
I have a situation, where I need to create a new JavaScript object that
I'm creating a class that will be part of a DAG. The constructor will
I have a constructor that need to validate passed data. public Rational(int m, int
I need create custom dialog and put JPanel into it. Is it possible?
i need create an email list sending to many emails. what is best solution

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.