What is the size of string?


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

Post New Answer

More Core Java Interview Questions

how and when compiler knows that the Java code throws the checked Exception.

2 Answers   HSBC,


What is core java called?

0 Answers  


What is an class?

0 Answers  


What are the limitations for static method?

3 Answers   Greenwood,


Explain the difference between private, public, package and protected in java?

0 Answers  






What is the difference between set and list?

5 Answers  


How is garbage collection controlled?

0 Answers  


Can we override private methods?

0 Answers  


Why array is used in java?

0 Answers  


What is the exact difference in between Unicast and Multicast object? Where will it be used?

0 Answers  


The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }

4 Answers   Ness Technologies, TCS,


What does i ++ mean in Java?

0 Answers  


Categories