Skip to content

This repo contains concepts of Java and some codes

Notifications You must be signed in to change notification settings

bhagat-hrishi/Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

efc4b86 · Jun 2, 2021

History

26 Commits
Apr 15, 2021
Apr 15, 2021
Apr 15, 2021
Apr 15, 2021
Jun 2, 2021
Jun 2, 2021
Apr 15, 2021
Apr 15, 2021
Apr 15, 2021
Apr 15, 2021
Apr 15, 2021
Apr 15, 2021
Apr 15, 2021
Apr 15, 2021
Apr 15, 2021
Jul 28, 2020
Apr 15, 2021

Repository files navigation

Java

This repo contain concepts of Java and Design pattern implemented in Java and Their Code

Java Output Questions GFG

Java Naming Conventions

  • Class and Interface Start with capital and each internal world is capital

Method and Variable

  • If the name contains multiple words, start it with the lowercase letter followed by an uppercase letter i.e camelCase

Package

  • It should be a lowercase letter such as java, lang.
  • If the name contains multiple words, it should be separated by dots (.) such as java.util,java.lang.

Releases

No releases published

Packages

No packages published

Languages