Skip to content
This repository has been archived by the owner on Apr 1, 2021. It is now read-only.

Java data types #623

Merged
merged 1 commit into from
Mar 26, 2016
Merged

Java data types #623

merged 1 commit into from
Mar 26, 2016

Conversation

Shaif95
Copy link
Contributor

@Shaif95 Shaif95 commented Mar 21, 2016

Java Data types. See if this is all right. #534


Java is a strongly ­typed language. This means that, in Java, each data type has its own strict definition. There are no implicit data type conversions when any conflicts occur between the data types. Any change in data types should be explicitly declared by the programmer.

Java defines 8 simple data types. They are divided into the following categories:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When you are saying 8 data types, using a cardinal number; better to just list down the 8 types, instead of creating sub-classes.

@alayek
Copy link
Member

alayek commented Mar 21, 2016

@koustuvsinha @abhisekp please take a look. I am in a hurry, so I might have missed a few things.

@Shaif00 thanks for the article. Kindly implement suggestions to make the article better.

@Shaif95
Copy link
Contributor Author

Shaif95 commented Mar 23, 2016

@alayek made changes.

@Rafase282
Copy link
Member

@Shaif00 I would suggest using an alternative to the block quotes using plain backticks and perhaps some more bold keywords in the documents but other than that it looks good.

@Rafase282
Copy link
Member

@Shaif00 I pointed the wrong person but just in case, I was talking to you with regards to the markdown.

updated java-data-types

implemented suggestions

Updated java-data-types
@Shaif95
Copy link
Contributor Author

Shaif95 commented Mar 26, 2016

@Rafase282 commits squashed

@alayek
Copy link
Member

alayek commented Mar 26, 2016

@Shaif00 great job! I hope you keep this stamina going.

@Rafase282 I am okay with this. But if he cannot implement all suggestions right now, I will raise a PR later to improve on it.

@koustuvsinha if you get time, just take a look.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants