How many types of flags are there?
No Answer is Posted For this Question
Be the First to Post Answer
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 to make object serializable in java?
how to convert mm/dd/yy to dd/mm/yy using collections in java.
Can you declare a static variable in a method?
What is an anonymous class?
What are the names of Component subclasses that support painting?
Can we override singleton class?
Is array a class in java?
How can we make copy of a java object?
how can i kill thread without stop() and destroy()
hr interview how many minutes asking question
Write a java program to get a string of words and print the numbers of each word count in descending order