What are drawbacks of singleton class?
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 about member inner classes?
How do you represent a space in regex java?
What is the static keyword?
Which characters are allowed to use as the second character of an identifier, and which characters are not allowed?
What is :: operator in java?
How do you compare two strings lexicographically?
Is 0 a real number?
What is "this" keyword in java? Explain
Any one can explain how the inerface uses in java. give with example.
What are the different types of data structures in java?
What is remote method invocation (rmi)?