Why we use scanner and nextInt?

what is the use of scanner and system.in.why we use nextInt?

Scanner is just used to accept inputs. NextInt() is used to take the next input as an integer