How many bytes is a string java?


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

Post New Answer

More Core Java Interview Questions

What is an array and a vector? How they different from each other?

4 Answers  


why applet doesn't have main? isn't possible a program with out main?

9 Answers   TCS,


What is meant by main method?

0 Answers  


Why stringbuilder is not thread safe?

0 Answers  


What are hot spots in Java programming?

1 Answers  


How will you initialize an Applet?

0 Answers  


Is an array a vector?

0 Answers  


What are heap memory and stack memory and what are memory tables.

0 Answers   Aspiring Minds,


What are the names of interfaces that doesn't consists of method/s ?

3 Answers  


String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects

7 Answers  


What are the advantages of defining packages in java?

0 Answers  


What is currentthread()?

0 Answers  


Categories