Java Primitive Data Types???

Java Primitive Data Types???

No alt text provided for this image

Hello everyone! Today's example will be Java's eight(8) primitive data types. These data types are very important to Java as they are 'reserved' keywords. This means you cannot use them as variable names or Java will be very upset and not want to play. As we have discussed before, we have our Main class with its' attributes inside. Following the Main class, we have our main method which be used to perform the action of printing out our Main class attributes. Take a look at the code and see if you can follow. I have attached the link to Oracle's website which gives more insight for today's topic! That said, thank you for checking out today's article and we will continue on covering Java concepts in future editions. Take care and stay Java!

要查看或添加评论,请登录

David K.的更多文章

  • What a year(2023 Recap)!!

    What a year(2023 Recap)!!

    Greetings friends! I know, I know, it has been some time since we've heard from one another, but let me explain a bit…

  • Java Arrays

    Java Arrays

    Greetings friends! Today we will begin our introduction to some infamous or famous, depending on who you ask lol, data…

  • Java - For and ForEach Loops

    Java - For and ForEach Loops

    Good day everyone! Today's topic, while we are sadly coming to the end of the conditional statements, will revolve…

    4 条评论
  • Java - While statement

    Java - While statement

    Greetings Java fam!!! In this edition of the New Dev Journey, we will touch on the Java while statement. The great…

  • Java's Do-While statement

    Java's Do-While statement

    Good morning everyone! Today's topic will be another one of Java's conditional statements, the do-while statement. The…

    4 条评论
  • Java...If else statement

    Java...If else statement

    Java if-else example Greetings! Today's article we will dive into Java statements, in particular, the if-else…

    1 条评论
  • Java Class Example

    Java Class Example

    So, today, we are continuing our journey of learning Java. I wanted to show a small example of a Java class, attributes…

    2 条评论
  • What does a Java Program look like???

    What does a Java Program look like???

    Greetings everyone! I have posted a small snippet of what a Java program looks like. If you have read any of the…

  • Java - Objective-Oriented Programming principles

    Java - Objective-Oriented Programming principles

    So, the last time we left off, we were introduced to writing our first piece of Java code and what that looks like…

  • Java - where do I start?

    Java - where do I start?

    So, last week was a brief introduction into Java and I do mean brief. Now, I want to dive into and answer the question,…

社区洞察

其他会员也浏览了