Back to Browse

Java Basics | 4/ Everything About Primitive Data Types In Java (Part 1)

21 views
Feb 6, 2020
7:58

Hello guys, In this part one from this new tutorial that is about data types in java, I talk about the primitive data types which exist in java, there are 8 primitive data types: byte, short, int, long, float, double, boolean and char. I also mentioned that the String data type is non-primitive, but when we use it, you can think of it as if it is a primitive data type because in most cases there isn't a jave program without at least one String variable. When I was talking about the binary representation of numbers I said that "2 in binary system is ten", "3 in binary system is 11", "4 in binary system is one hundred" and that might be confusing, then it's better to read it by only using zero and one: "2 in binary is one zero", "3 in binary is one one", "4 in binary is one zero zero"... I'm making a compaign on goFundMe website, if you want to support me I'd be very thankful. https://www.gofundme.com/f/new-life-experiences-in-germany #LearnJava #Programming #Java #JavaTutorials #JavaBasics #JavaBeginner #JavaFromScratch #LearnProgramming

Download

0 formats

No download links available.

Java Basics | 4/ Everything About Primitive Data Types In Java (Part 1) | NatokHD