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

can any one tell me when do u go for inheritance and polymorphism

3 Answers  


What is type parameter in java?

0 Answers  


Is linkedlist thread safe in java?

0 Answers  


How do you add an arraylist to an array in java?

0 Answers  


What is an association?

0 Answers  






What is java Applet?

0 Answers   TCS,


Who developed JScript language?

3 Answers  


How to create com object in Java?

0 Answers  


What do you mean by platform independence? What is an interface?

0 Answers  


Is it compulsory to have atleast one abstract method in abstract class?

10 Answers  


class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?

9 Answers   Infosys, Wipro,


what do you understand by synchronization? : Java thread

0 Answers  


Categories