What are the characteristics of java?
No Answer is Posted For this Question
Be the First to Post Answer
Name the immediate superclass of the MenuComponent class?
Differentiate constructor and a method and how are it be used?
In Java, what are public static void main string args?
What is UNICODE?
What is the difference between the paint() and repaint() methods in java programming?
Explain importance of inheritance in java?
What is the final access modifier in java?
What is the use of StringTokenizer class?
What is meant by JVM? Is JVM platform independent or not?
What is a default method?
What is an empty class? What functionality does it offer in Java?
0 Answers Deloitte, EXL, JPMorgan Chase,
When you say String is immutable, what do you mean by that? Say I have String s = "Ness" s= s+"Technologies"; What will happen? If the value gets appended, then what is the meaning of immutable here?