public class Test
{
public static void main(String[] args) {
int countA = 0;
int countB = 0;
int countC = 0;
int countD = 0;
int countE = 0;
int countF = 0;
int countG = 0;
int countH = 0;
int countI = 0;
int countJ = 0;
int countK = 0;
int countL = 0;
int countM = 0;
int countN = 0;
int countO = 0;
int countP = 0;
int countQ = 0;
int countR = 0;
int countS = 0;
int countT = 0;
int countU = 0;
int countV = 0;
int countW = 0;
int countX = 0;
int countY = 0;
int countZ = 0;
}
}

Can anybody tell me any alternate solution(like loop or something) to automate this initialization process.

Ex:-

for(char chr='A';chr<='Z'; chr++)
{
(int) String "count"+chr = 0;

}


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Why string is popular hashmap key in java?

1 Answers  


What ide should I use for java?

0 Answers  


What is the function of compareto in java?

0 Answers  


Tell me a few examples of final classes defined in Java API?

0 Answers   DELL,


what is the use of bean managed and container managed with example?

0 Answers   EDS,






What are the different data types in java?

0 Answers  


Difference between vector and arraylist.

0 Answers  


What is thin driver and thick driver. why it is called so?

2 Answers   Logisoft,


What is the static import?

0 Answers  


What do you understand by a Static Variable?

0 Answers   CGI,


What is null data type?

0 Answers  


Explain when we should make an instance variable private.

0 Answers  


Categories