Examveda
Examveda

What is the valid data type for variable "a" to print "Hello World"?
switch(a)
{
   System.out.println("Hello World");
}

A. int and float

B. byte and short

C. char and long

D. byte and char

Answer: Option D


This Question Belongs to Java Program >> Operators

Join The Discussion

Related Questions on Operators