Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Java

What's the difference between fields and methods?

I'm still new to programming and been learning java just for 4 days. I have passed the java basics, and now learning the java objects.

I'm still confused between the difference of "fields" and "methods". Help please. Thanks!

1 Answer

William Li
PLUS
William Li
Courses Plus Student 26,868 Points

Yeah, these OOP terms got me quite confused when I was taking Java course in college yrs ago; In the simplest way possible, you can just think of them as:

  • fields -- variables bound to an object.
  • methods -- functions bound to an object.

sorry I don't really get it, what is function and what is object?