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

Does chrome use java?

0 Answers  


Why is method overloading not possible by changing the return type in java?

0 Answers  


Is java code slower than native code?

0 Answers  


How many bits is a string?

0 Answers  


what is AWT

3 Answers  


String is an immutable object. Then how can the following code be justified. String s1 = ?ABC?; String s1 = s1+?XYZ?; s.o.p(s1); The output is ABCXYZ, which is the value of s1 ?

6 Answers   Flextronics, Keane India Ltd,


How you can create a radio buttion using Checkbox class?

1 Answers  


how would you implement a thread pool? : Java thread

0 Answers  


What is integer parseint?

0 Answers  


Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?

0 Answers   Akamai Technologies,


Can we iterate through collection using for loop?

2 Answers   Rolta,


diffrence b\w println() and printf()

8 Answers   NIIT,


Categories