Java - Static Keyword
Which of the following is the correct way to declare a static variable in Java?
static comes before the data type in variable declaration.static int count = 0; which is the correct order.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions