Can we declare array without size in java?


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

Post New Answer

More Core Java Interview Questions

Difference between serialization and deserialization in java?

0 Answers  


What is the difference between hashset and treeset in java?

0 Answers  


What is return in java?

0 Answers  


StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?

6 Answers   HCL,


How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?

0 Answers   Global Logic,






Write a program based on Java script program.

0 Answers   Atos Origin,


is it possible to instantiate the math class?

0 Answers  


what is the JNDI?

3 Answers  


What is polymorphism and what are the types of it?

0 Answers  


Is array passed by reference in java?

0 Answers  


how u do unit testing?

2 Answers   iFlex,


What is the difference between int and integer in java?

0 Answers  


Categories