What is the difference between the size and capacity of a vector?
No Answer is Posted For this Question
Be the First to Post Answer
What is variable and constant explain with example?
Can we use catch statement for checked exceptions?
Tell us something about different types of casting?
Write code to implement bubble sort in java?
Is it possible to instantiate the abstract class?
diff between abstract methods and interfaces with programing (code) example?
Define Compiling?
Default layout of Dialog object?
why did you choose your career in IT?
What is a boolean used for?
What is numeric function?
How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }