How do you declare an array that will hold more than 64KB of data?


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

Post New Answer

More Core Java Interview Questions

How to re-get an object that is collected by garbage collector?

1 Answers  


What happens if we override only equals?

0 Answers  


What is difference between iterator access and index access?

0 Answers  


Thanks A.jyotsna, Can u tell me differnce between abstract class and interface vikash

4 Answers  


I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?

0 Answers  






when i write string s1="java"; in one program(application) and string s2="java"; in another application on the same jvm will both objects s2,s2 will refer to same memory location where "java" is stored in string pool.

2 Answers  


Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?

0 Answers  


What is oop principle in java?

0 Answers  


Can we have a abstract class withought any method? What is a purspose of this?

3 Answers  


How many types of memory areas are allocated by jvm?

0 Answers  


Explain about fail fast iterators in java?

0 Answers  


What is "Java Native Interface" and how to use it?

1 Answers   IBM,


Categories