How do you create an array in java?


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

Post New Answer

More Core Java Interview Questions

What will happen if static modifier is removed from the signature of the main method?

0 Answers  


what is nested class in java?

0 Answers   IBS,


Can memory leak in java?

0 Answers  


public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }

7 Answers   iGate,


Define inheritance?

0 Answers  






Difference between string, stringbuffer and stringbuilder?

0 Answers  


What is volatile keyword in java

0 Answers  


What is the difference between instanceof and isinstance?

0 Answers  


What does  mean in regex?

0 Answers  


What are recursive functions?

0 Answers  


What lambda means?

0 Answers  


Explain differences between collection api and stream api?

0 Answers  


Categories