Explain java coding standards for variables ?
Answer / Ghanshyam Tiwari
"Java coding standards for variables include using meaningful names that clearly describe their purpose, using camelCase naming convention (e.g., variableName), initializing all instance variables in a class constructor, making instance variables private and providing getter and setter methods for them, and avoiding using global variables whenever possible."
| Is This Answer Correct ? | 0 Yes | 0 No |
What an i/o filter?
How can u create the Object of class Without using "New" opertor?
What are the concepts of 'OOPS'?
Which package is always imported by default?
How many unicode characters are there?
What is the method to declare member of a class static?
If two threads have same priority which thread will be executed first ?
Can one thread block the other thread?
How large is a boolean?
What is io stream in java?
what is the use of thread?Justify it by project point of view
What is the meaning of find and replace?