Home > Java Programming > Collections > Questions and Answers
Q: |
What is the output for the below code ? public class Test {
public static void main(String... args) { int [] index = new int[5]; System.out.println(index instanceof Object); } } | ||||||||||
|
Comment on this Question | |
Name: | |
|