Learning Java - Variables and Comments

Published: 05 September 2023
on channel: Access 2 Learn
236
4

Welcome to a video in the Learning Java Playlist where we learn how to code in Java. While we assuming you are a beginner, we also are assuming you've had some experience in other coding languages like C/C++, Python, or others. If you are looking for practice problems to try:    • Java Practice Programming Examples  

Want to see the rest of this video series:    • Learning Java  

-- Video Details --
In this video we look at how to declare and initialize basic primitive data types such as Booleans, integers, doubles, and more. We look at these from both a class level as well as declaring variables inside a method.
Part of this is knowing how to name variables, so we look at what is required for a legal identifier (variable or method name) in Java, as well as standard naming conventions.
Next we move into comments, where we look at the three types of comments Java has. Inline, or single line comments, multiline comments, and a derivative of multi-line comments, the Java Doc comment.

-- Video Chapters --
00:00 - Introduction
00:29 - Declaring and Initializing Variables
00:56 - Declare variable without initializing
01:02 - VSC Warning
01:25 - Data type similarity with C/C++
02:07 - class level variables
04:23 - Camel Case
04:39 - How to Name an Identifier
05:31 - Comments
05:48 - Multiline Comments
06:06 - Java Doc Comment


Watch video Learning Java - Variables and Comments online, duration hours minute second in high quality that is uploaded to the channel Access 2 Learn 05 September 2023. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 236 times and liked it 4 visitors.