answersLogoWhite

0

In Java programming, there are an infinite number of variables, because you declare them yourself. There are, however, different types of ways to declare variables such as;

- private xxxx = yyyy;

- public xxxx = yyyy;

- private int static[] xxxx = { yyyy, zzzz };

etc..

(NOTE TO OTHER USERS. PLEASE DO NOT FLAG THIS AS GIBBERISH BECAUSE THERE ARE EXAMPLES OF JAVA PROGRAMMING IN THE ANSWER)

User Avatar

Wiki User

14y ago

What else can I help you with?