Ask Question
19 January, 14:28

Which of the following types does the Java programming language support?

Select all that apply.

a. integer

b. Integer

c. Object

d. object

+5
Answers (1)
  1. 19 January, 15:17
    0
    b. Integer

    c. Object

    Explanation:

    Among the given options Java supports Integer and Object types.

    Integer is the type for declaring integer value. You can declare a variable integer by writing int in front of it. There are no packages of the integer and object.

    Objects are the combination of the data given and the procedure that can be used to work on the data that is available.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Which of the following types does the Java programming language support? Select all that apply. a. integer b. Integer c. Object d. object ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers