Can a string be null?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between throw and throws?
is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?
What is java objectoutputstream?
Explain the differences between abstraction and encapsulation?
Suppose there is a System A which gives some output. This output is used as input by system B. The rate at which System A produces is faster than the rate at which system B consumes it. How can you improve this?
how many ways we can serialize the java object?
Is set ordered in java?
What is Distributed Application and what is its usage?
how tha garbage collector know that the object will be deleted? on which algorithm the garbage collector works? what is the working principle of garbage collector? How manay types of garbage collectors r there?
What is a substring of a string?
When should I use singleton?
What isan abstract class and when do you use it?