How do you declare an array that will hold more than 64KB of data?
No Answer is Posted For this Question
Be the First to Post Answer
What is default size of arraylist in java?
Can we declare variables inside a method as Final Variables?
Explain the inheritance?
what are the jsp tags with example?
What are the different types of inner classes?
What are the main differences between notify and notifyAll in Java?
Why do we need main method to execute a java program?
Why Java is not pure Object Oriented language?
How many bits are in a sentence?
Integer.parse Int(bf.readLine(System.out.println("enter value for n["+m+"]:"))); can it run under this
How do I write a self declaration?
This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .