Coding Standards/conventions Question:

Download Job Interview Questions and Answers PDF

Explain the difference between UpperCamelCase and lowerCamelCase?

Coding Standards Interview Question
Coding Standards Interview Question

Answer:

In UpperCamelCase, the first letter of the new word is upper case, allowing it to be easily distinguished from a lowerCamelCase name, in which the first letter of the first name is lower case.

Download Coding Standards Interview Questions And Answers PDF

Previous QuestionNext Question
From where the name CamelCase derived?What are the advantage of CamelCase?