Does string isempty check for null?
No Answer is Posted For this Question
Be the First to Post Answer
What is advantage of java?
Is an empty arraylist null?
Why are data types important?
Difference between association, composition and aggregation?
Can we extend singleton class?
What is java util list?
What is serialVersionUID and what is its need?
Difference between Reader/Writer and InputStream/Output Stream?
9 Answers Adobe, Kirusa, Verizon,
What are the new features in java 8?
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 do you compare two strings? any predefined method for this?
IN java collections we have both interfaces and classes. instead of using interfaces why we can't use classes only like that why we can't use interfaces only. why we need two things interface and class.