Mastering Java and Spring Boot - Live Course : https://bit.ly/TeluskoJavaLive
For More Queries WhatsApp or Call on : +919008963671

In this video we will learn:
- Naming Convention Rules in Java
- Camel casing in Java
- What is Sanke casing?
- Advantages of naming convention


#1
Naming Convention Rules:-
A naming convention is a rule to follow as you decide what to name your identifiers such as class, package, variable, constant, method, etc.
- A class name should start with a capital letter.
e.g., public class Calc
- Variable names and methods start from a small letter
e.g., marks, show()
- Interface also starts with capital letters.
e.g., Runnable
- Constants have all letters capitalized of a word.
e.g., PIE, BRAND
- Packages contains lowercase letters. Multiple words can be joined by using the dot(.).
e.g., java.util, java.lang

#2
Camel Casing:- We combine words as the first letter of every word should be in uppercase.
e.g., HelloWorld, MyFirstClass
- Mostly Java developers work on camel casing.

Snake Casing:- We combine different words using an underscore (_) in between them.
e.g., Hello_world, my_first_class

#3
Advantages of the naming convention:-
- These conventions make the code more readable.
- It helps us to distinguish between different things.

Github repo : https://github.com/navinreddy20/Javacode.git

Java:- https://bit.ly/JavaUdemyTelusko
Spring:- https://bit.ly/SpringUdemyTelusko

More Learning :

Java :- https://bit.ly/3x6rr0N
Python :- https://bit.ly/3GRc7JX
Django :- https://bit.ly/3MmoJK6

JavaScript :- https://bit.ly/3tiAlHo
Node JS :- https://bit.ly/3GT4liq

Rest Api :-https://bit.ly/3MjhZwt
Servlet :- https://bit.ly/3Q7eA7k
Spring Framework :- https://bit.ly/3xi7buh
Design Patterns in Java :- https://bit.ly/3MocXiq
Docker :- https://bit.ly/3xjWzLA

Blockchain Tutorial :- https://bit.ly/3NSbOkc
Corda Tutorial:- https://bit.ly/3thbUKa
Hyperledger Fabric :- https://bit.ly/38RZCRB

NoSQL Tutorial :- https://bit.ly/3aJpRuc
Mysql Tutorial :- https://bit.ly/3thpr4L

Data Structures using Java :- https://bit.ly/3MuJa7S
Git Tutorial :- https://bit.ly/3NXyCPu

Donation:
PayPal Id : navinreddy20
https://www.telusko.com