Can we overload the methods by making them static?
Is java a prime method?
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 do we use predicate in java?
Why spring singleton is not thread safe?
What are the differences between abstract class and interface?
What is mean by encoding?
when asub class inherits a super class and overrides a public method of super class in sub class(public method in super class). why these methods needs to be public in sub class. (otherwise compile time error).
Can i have abstract class with no abstract methods?
What is the diffrence between inner class and nested class?
Explain what is Marker interface?
What is an Applet ?
what is main purpose of abstract class?