- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
CamelCase in Java naming conventions
Java follows camel casing for objects, class, variables etc. If a name is having multiple words, the first letter is small then consecutive words are joint with the first letter as a capital case. Consider the following example −
Taxation Department
Class - TaxationDepartment
Object - taxationDepartment
Method - getTaxationDepartmentDetails
Variable - taxationDepartment
- Related Articles
- Java Naming conventions
- Advantages of naming conventions in Java
- variable naming conventions of java
- Explain naming conventions for packages in java?
- Naming Conventions in C#
- \nWhy we should follow the naming conventions in Java?\n
- What are Variable Naming Conventions in JavaScript
- How to define the naming conventions for JSON field names in Java?
- Naming a thread in Java
- Java variable naming rules
- camelCase in Python
- Camelcase Matching in C++
- Best practice for variable and method naming in Java
- Breaking camelCase syntax in JavaScript
- Convert Dashes to CamelCase in PHP

Advertisements