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 8848623
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T12:27:55+00:00 2026-06-14T12:27:55+00:00

When I tried to build this program there’s always a error like non-static method

  • 0

When I tried to build this program there’s always a error like “non-static method referenced from a static context”
I think that because I can use “addto” function in “main”. So how can I solve this problem? I need a public arraylist because I have to do the calculations in “addto”

Thx!

public class Calculation {  
    ArrayList<int[]> cal = new ArrayList<>();

    public static void main(String[] args) {
    System.out.println(addto(3,5));
    }

    String addto(int figone, int figtwo){
     ........do the calculations by using arraylist cal
    }
 }
  • 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-14T12:27:56+00:00Added an answer on June 14, 2026 at 12:27 pm

    Really simple?

    System.out.println(new Calculation().addto(3,5));
    

    or

    Calculation calculation = new Calculation();
    System.out.println(calculation.addto(3,5));
    // and use 'calculation' some more ...
    

    (You could also add a static modifier to the addto method declaration, but you would then need to make cal static too so the addto can use it. Bad idea.)


    OK. So what the compilation method is actually saying is that addto is declared as an instance method … but you are trying to call it without saying which instance to use. In fact, you are trying to call it as if it was a static method.

    The “fix” (see above) is to create an instance and call the method on that.

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

Sidebar

Related Questions

when i tried to build my project i am getting this error below as:
I am trying to build an executable for my python program like so: from
I tried to build a simple program in the terminal. #include <stdio.h> #include <stdlib.h>
Trying to build Wireshark from source as there is no Linux installer and I
I tried to use this code but it doesn't work. http://developer.apple.com/library/ios/#samplecode/PageControl/Introduction/Intro.html Ld /Users/waitonza/Library/Developer/Xcode/DerivedData/Dr_Ngoo-aanknxmuodcgjicaigxevljxokeq/Build/Products/Debug-iphonesimulator/Dr Ngoo.app/Dr
I tried to build a very very small .NET app in F#. It just
I tried to build an index over a two columns of a 30,000,000 entry
I tried to build vtkMFC project available in vtk-5.8.0\VTK\Examples\GUI\Win32\vtkMFC. When I built that I
Has anyone tried to build an e-commerce site atop MS Dynamics, using the new
i downlaoded three20 p31. when i tried to build i got errors in following

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.