What is the difference between quicksort & mergesort? When should they be used? What is their running time?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What are different types of constants?

0 Answers  


Explain Basics of OOP Language in java

0 Answers   Atos Origin,


what is the difference between System.exit() and System.exit(1)?

1 Answers   eClinical Solutions, eClinical Works, eClinicalWorks,


Explain thread in java?

0 Answers  


Why does java not allow multiple public classes in a java file ?

2 Answers  






Is it possible to write JAVA program without including any of the packages,such as "import java.io.*"; bcoz I instantly wrote a code without "import..." statement and runned the program on command Line & it worked. the code is: class Person { String name; int age; Person(String s,int a) { name = s; age = a; } accept() { System.out.println(name+"Hi!!!!!"); System.out.println(age); } } class Demo { public static void main(Strings args[])throws IOException { String name = args[0]; int age = Integer.parseInt(args[1]); Person p = new Person(name,age); p.accept(); } }

3 Answers  


what are the oops concept in java explain with real time examples

24 Answers   Accenture, Bosch, Consummate Technologies, CTS, Current Technologies, iNautix, Infosys, Kekran Mekran, QA InfoTech, RTRT, SofTech, Tech Mahindra, Thorogood, Timios, Wipro,


What is the purpose of a statement block?

1 Answers  


Can an object be garbage collected while it is still reachable?

3 Answers  


What is the this keyword?

0 Answers  


Explain the difference between getAppletInfo and getParameterInfo?

1 Answers  


What is 16 bits called?

0 Answers  


Categories