Computer Science, asked by jiniyamandal, 1 year ago

how to right conclusion in computer project on the topic DATA TYPES AND OPERATORS IN JAVA?

Answers

Answered by kooper
20
You can write that from which site or with the help of which application you have made your project.
You can also write about what your project is about but not like index. You have to write in a paragraph which would show that what you have done in your whole project.

You should write it like a short summary of your project.

***************************HOPING THAT THIS WILL HELP YOU!!!******************************

kooper: plz mark it as bst!!! ....................... : D
Answered by tithi
39
Conclusion-
One of the great things about Java is that all of the basic data types are objects. Integers are objects, floating point numbers are objects, lists are objects, everything. In Java that is not the case. In Java some of the most basic data types like integers and floating point numbers are not objects. The benefit of having these primitive data types be non-objects is that operations on the primitives are fast. The problem is that it became difficult for programmers to combine objects and non-objects in the way that we do in Python. So, eventually all the non-object primitives ended up with Objectified versions.
Hope i helped u:)

tithi: plzzzzzz mark as best
Similar questions