To sorting array of 10 elements which sorting is best
a)selection
b)bubble
c)tree sort
Answers were Sorted based on User's Feedback
Selection is simple in all the three so we should do it
through selection sort
| Is This Answer Correct ? | 14 Yes | 1 No |
what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?
You are given some denominations of coins in an array (int denom[])and infinite supply of all of them. Given an amount (int amount), find the minimum number of coins required to get the exact amount. What is the method called?
What is the merger sort principle and its time complexity.
Crystal report proffessional 9 to filter the issue date!!
Find out the roles which gives access to all tables in SAP? Thanks in advance.
what is client server & server? What r types of Joins? explsin it! which types of indexex in sql server? what is triggers?
what do you meant by Platform-Independent in Java?
A combination of multiple keys defined in a physical file or logical file is called a _________ key
preorder of A*(B+C)/D-G
.net 2005 supports how many languages?
What is SOLID Principle in Programming Language?
Is strus threadsafe or not?