Java questions reguarding data types
Go to solution
Solved by Satlen,
Unless you need extreme accuracy when doing calculations the main two you will be using is int and double. Integers for when you are working with whole numbers, double with fractions/decimals.
Here is the java doc for different data types http://docs.oracle.com/javase/tutorial/java/nutsandbolts/datatypes.html
More info on bits and bytes https://web.stanford.edu/class/cs101/bits-bytes.html

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now