Which Of The Below Is False About Java Coding #1165
Which of the below is false about java coding?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Autoboxing - Java Coding Best Practices - Quiz No.1.
Which of the below is false about java coding?
variable names should be short
variable names should be such that they avoid ambiguity
test case method names should be created as english sentences without spaces
class constants should be used when we want to share data between class methods