Differentiate between nested and inner class in java.
Difference between character constant and string constant in java ?
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,
why static class in java or what is use of static class in java
What is a private class in java?
Explain about anonymous inner classes in java?
What is a blocking method in Java?
how to prepare for IT Officers Interview in Banks
0 Answers TATA, Tata Steel Limited,
What is difference between throw and throws ?
How does static modifier work?
Write the algorithm to check the number non-leaf nodes in a tree.
What is the use of bufferedreader?
Static Variable can referred in non-static method?