Examveda

Which of the below is false about java coding?

A. variable names should be short

B. variable names should be such that they avoid ambiguity

C. test case method names should be created as english sentences without spaces

D. class constants should be used when we want to share data between class methods

Answer: Option A


This Question Belongs to Java Program >> Java Autoboxing

Join The Discussion

Related Questions on Java Autoboxing

What is autoboxing in Java?

A. The automatic conversion of primitive types to their corresponding wrapper classes

B. The process of creating a new box

C. A feature for manually converting wrapper classes to primitive types

D. A feature for boxing objects