Can a class be private in java?
No Answer is Posted For this Question
Be the First to Post Answer
How can we get one Interface methods whit out using implementation of interface
What is the use of bufferedreader?
How do you sort a string in java?
How to use arraylist in java netbeans?
Can two objects have same hashcode?
What are the two types of java?
Name some classes present in java.util.regex package.
What is the meaning of 3 dots in java?
What is a compilation unit?
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 communist flag?
In C we use only compiler. Why java uses both compiler and interpreter? What is its significance?