What are naming conventions in java What are comments in Java
Class Code:
https://github.com/BitsNBytes101/Java11Basics.git
Games to Learn Programming.
https://www.codemoji.com/lessons/java/expert/1.php
https://scratch.mit.edu/projects/editor/?tutorial=getStarted
What are Java Naming conventions?
Java Naming conventions are some set of rules that are recommended by the guys who
made java.
Why do we need Java Naming conventions?
If we follow all the rules and all the Java conventions our code will look organized,
and it will be easy to read. We will also face fewer errors. Remember when you work as a
Java developer in most cases 70% of the time you are reading code written by others.
only 30 % of the time we write new code.
Some java Conventions:
1) Name of the package should be in lowercase
2) First letters of all the words in a class name must be the upper case for example
I) FileDownloader
II) VariablesDemo
III) ArithmeticOperators
3) First letters of all the words of variables must be the upper case except the first word.
I) firstName
II) lastName
III) myAge
What are Comments?
Comments are small notes that we can write with our code they are ignored
by Java.
Why we need them?
Sometimes when we are working on something complex we can use comments
to leave explanations in some plan English so that later on if someone
reads our code they can understand it easily.
How can we write comments?
There are two types of comments single line and multi-line
1) single Lines comments:
single line comments start with two forward slashes // they are
used if we need to write only one line of comment or note.
2) Multiple Line comments:
Multiline comments /**/ start with a forward slash start and start again
with a forward slash. They are used when we have to write multiple lines of
explanation.
Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «What are naming conventions in java What are comments in Java», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.
Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.
Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!
Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.