Improving Code Quality of Java Projects

We’ve all seen the above image being mentioned in the context of code quality. But what do we mean when we say that a particular piece of… Read more

Similar

Java Array

We know that variables are used to store data in a Java program. We also know that each variable can store not more than one data item. So, what do we do if we need to store a large number of data items, say 50. Well, we can use 50 variables, one for each... (more…)

Read more »