Question
What is a bubble sort and how do you perform it?

Answers

- Bubble sort is a sorting technique which can be applied to data structures like arrays.
- Here, the adjacent values are compared and their positions are exchanged if they are out of order.
- The smaller value bubbles up to the top of the list, while the larger value sinks to the bottom.   Your Comment




More Software Questions..
What is the inputsplit in map reduce software?

What is software configuration management?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?

What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?

Which oracle package is used to manage the oracle lock management services?

What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?

What is marker interface?

What types of partitioning are there for BW?



Search
Can you Answer!!
  • Q Explain the Binomial theorem?
  • Q How to create a Purchase Order to a vendor who got best rating in Price comparision session (me49). I wish to create PO from this session directly, explain how can it be created?
  • Q What is the total number of members for the main opposition party in parliament-
  • Q What billing models are supported on blackberry app world?
  • Q World economic report is provided by?
  • Q Where was the venue of Olympic 2014?
  • Q Does ottawa express bin rentals provide pick up and drop off of the backhoe rental?
  • Q Who invented Google?
  • Q Consider the following classes: public class Test { public static void test() { this.print(); } public static void print() { System.out.println("Test"); } public static void main(String args []) { test(); } } What is the result of compiling and running this class? A. The string Testis printed to the standard out. B. A runtime exception is raised stating that an object has not been created. C. Nothing is printed to the standard output. D. An exception is raised stating that the method test cannot be found. E. An exception is raised stating that the variable this can only be used within an instance. F. The class fails to compile stating that the variable this is undefined. Select all correct answers.
  • Q ——— is/are required condition to trade in stock exchange.
  • Q How to open and read data files with Perl