Can we use string in switch case in java?
No Answer is Posted For this Question
Be the First to Post Answer
In case of inheritance what is the execution order of constructor and destructor?
What are 4 pillers of object orinted programming?
what is the messsage u r going to get from an objectoriented programing?
Can we extend the String class?
How do you add an element to a set in java?
What are the different types of java?
Difference between notify() method and notifyall() method in java?
What do you mean by platform independence?
Can I override protected method in java?
Is treeset sorted in java?
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 are the access modifiers in java?