There was an error while loading. Please reload this page.
1 parent 26c08ed commit c9a7e45Copy full SHA for c9a7e45
README.md
@@ -6,7 +6,7 @@ This repo contain concepts of Java and some codes
6
### Class and Interface
7
Start with capital and each internal world is capital
8
### Method and Variable
9
- If the name contains multiple words, start it with the lowercase letter followed by an uppercase letter i.e ** camelCase **
+ If the name contains multiple words, start it with the lowercase letter followed by an uppercase letter i.e **camelCase**
10
### Package
11
It should be a lowercase letter such as java, lang.
12
If the name contains multiple words, it should be separated by dots (.) such as java.util,java.lang.
0 commit comments