What is the maximum size of a string in java?


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

Post New Answer

More Core Java Interview Questions

what is multitherading

3 Answers   Tech Mahindra,


What are legal modifiers that we can use to declare an inner class?

1 Answers   Infosys,


How an object is serialized in java?

0 Answers  


What does 3 dots mean in java?

0 Answers  


why we write public static void main (String args[]) in core java plz explain briefly??????????????????

3 Answers   HCL,






What will be the output of the program? public class Test { public static void main(String args[]) { ArrayList<String> list = new ArrayList<String>(); list.add("2"); list.add("3"); list.add("4"); list.add("5"); System.out.println("size :"+list.size()); for(int i=0;i<list.size();i++) { list.remove(i); } System.out.println("size after:"+list.size()); } }

5 Answers   Rolta,


What is string length in java?

0 Answers  


Does sprintf allocate memory?

0 Answers  


What is the purpose of void class?

0 Answers  


What are the features in java?

0 Answers  


What are the object and class classes used for?

0 Answers  


Why parsing is done?

0 Answers  


Categories