Computer Science, asked by jiteshmohapatra032, 7 months ago

D. Name the following.
1. A method that can be accessed by anyone
2. A place where program's execution begins
3. The smallest element of a program that is meaningful to the compiler
4. A collection of similar objects
5. Java development environment

Answers

Answered by AnnieStar
70

\huge{\underline{\underline{\sf{Question :-}}}}

Name the following.

1. A method that can be accessed by anyone

2. A place where program's execution begins

3. The smallest element of a program that is meaningful to the compiler

4. A collection of similar objects

5. Java development environment

\displaystyle\huge\blue{\underline{\underline{Answer :-}}}

1. A method that can be accessed by anyone

class or object.

2. A place where program's execution begins

main function.

3. The smallest element of a program that is meaningful to the compiler

token.

4. A collection of similar objects

class.

5. Java development environment

programming language.

───────────────────────────────

Answered by Anonymous
12

1. A method that can be accessed by anyone

➜ class or object.

2. A place where program's execution begins

➜ main function.

3. The smallest element of a program that is meaningful to the compiler

➜ token.

4. A collection of similar objects

➜ class.

5. Java development environment

➜ programming language.

─────────────────────────

Similar questions