How would you use Bubble Sort to sort the number of elements?
10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }
Accenture NJ mostly ask question on Collection like 1)How to sort Objcts and how treeset sort them 2)Explain mechanism of Hashcode finding in Java 3)Name some of the Sorted collection.
What is the size of arraylist in java?
Can you use this() and super() both in a constructor?
write a program that list all permutations of ABCDEF in which A appears before B?
Why array is used in java?
What is the maximum size of byte array in java?
How do you compare arrays in java?
What is the difference between Error, defect,fault, failure and mistake?
What is module in oop?
Why volatile is used in java?
What methods are used to get and set the text label displayed by a button object?